Interface RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataType getDtype()
      .tensorflow.DataType dtype = 1;
      int getDtypeValue()
      .tensorflow.DataType dtype = 1;
      TensorShapeProto getShape()
      .tensorflow.TensorShapeProto shape = 2;
      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .tensorflow.TensorShapeProto shape = 2;
      boolean hasShape()
      .tensorflow.TensorShapeProto shape = 2;
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDtypeValue

        int getDtypeValue()
        .tensorflow.DataType dtype = 1;
        Returns:
        The enum numeric value on the wire for dtype.
      • getDtype

        DataType getDtype()
        .tensorflow.DataType dtype = 1;
        Returns:
        The dtype.
      • hasShape

        boolean hasShape()
        .tensorflow.TensorShapeProto shape = 2;
        Returns:
        Whether the shape field is set.
      • getShape

        TensorShapeProto getShape()
        .tensorflow.TensorShapeProto shape = 2;
        Returns:
        The shape.