DynamicGraph_AnyTensor
public protocol DynamicGraph_AnyTensorThis protocol defines a generic constructs such that we can use DynamicGraph.AnyTensorGroup to represent either a collection of tensors from multiple GPUs or one tensor. It has a typed version DynamicGraph.TensorGroup to enforce type constraint.
- 
                  
                  DeclarationSwift var graph: DynamicGraph { get }
- 
                  
                  DeclarationSwift static func downcasting(from: DynamicGraph_Any) -> DynamicGraph_AnyTensor
 DynamicGraph_AnyTensor Protocol Reference
        DynamicGraph_AnyTensor Protocol Reference