DynamicGraph_Any
public protocol DynamicGraph_Any : DynamicGraph_AnyParameters
Protocol for other places to recognize AnyTensor and AnyGroup with static dispatch.
-
Undocumented
Declaration
Swift
var dimensions: [Int] { get }
-
Undocumented
Declaration
Swift
var isConstant: Bool { get }
-
Undocumented
Declaration
Swift
var requiresGrad: Bool { get set }