Class VariableTensor


  • public class VariableTensor
    extends PrimitiveTensorFunction
    A tensor variable name which resolves to a tensor in the context at evaluation time
    Author:
    bratseth
    • Constructor Detail

      • VariableTensor

        public VariableTensor​(java.lang.String name)
      • VariableTensor

        public VariableTensor​(java.lang.String name,
                              TensorType requiredType)
        A variable tensor which must be compatible with the given type