DynamicGraph_AnyTensorGroup

public protocol DynamicGraph_AnyTensorGroup : DynamicGraph_Any

This 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.