Interface TypeContext<NAMETYPE extends TypeContext.Name>

    • Method Detail

      • getType

        TensorType getType​(NAMETYPE name)
        Returns the type of the tensor with this name.
        Returns:
        returns the type of the tensor which will be returned by calling getTensor(name) or null if getTensor will return null.
      • getType

        TensorType getType​(java.lang.String name)
        Returns the type of the tensor with this name by converting from a string name.
        Returns:
        returns the type of the tensor which will be returned by calling getTensor(name) or null if getTensor will return null.