Class MapEvaluationContext<NAMETYPE extends Name>

    • Constructor Detail

      • MapEvaluationContext

        public MapEvaluationContext()
    • Method Detail

      • getType

        public TensorType getType​(String name)
        Description copied from interface: TypeContext
        Returns the type of the tensor with this name by converting from a string name.
        Specified by:
        getType in interface TypeContext<NAMETYPE extends Name>
        Returns:
        returns the type of the tensor which will be returned by calling getTensor(name) or null if getTensor will return null.
      • getType

        public TensorType getType​(NAMETYPE name)
        Description copied from interface: TypeContext
        Returns the type of the tensor with this name.
        Specified by:
        getType in interface TypeContext<NAMETYPE extends Name>
        Returns:
        returns the type of the tensor which will be returned by calling getTensor(name) or null if getTensor will return null.