DynamicGraph_AnyGroup

public protocol DynamicGraph_AnyGroup : DynamicGraph_Any

Protocol for group of tensors.

  • Declaration

    Swift

    var untyped: [DynamicGraph.AnyTensor] { get }
  • dimensions Extension method

    Declaration

    Swift

    public var dimensions: [Int] { get }
  • format Extension method

    Declaration

    Swift

    public var format: TensorFormat { get }
  • increments Extension method

    Declaration

    Swift

    public var increments: [Int] { get }
  • isConstant Extension method

    Declaration

    Swift

    public var isConstant: Bool { get }
  • requiresGrad Extension method

    Declaration

    Swift

    public var requiresGrad: Bool { get set }