Interface Struct.BoundedTensorSpecProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataType getDtype()
      .org.platanios.tensorflow.proto.DataType dtype = 3;
      int getDtypeValue()
      .org.platanios.tensorflow.proto.DataType dtype = 3;
      TensorProto getMaximum()
      .org.platanios.tensorflow.proto.TensorProto maximum = 5;
      TensorProtoOrBuilder getMaximumOrBuilder()
      .org.platanios.tensorflow.proto.TensorProto maximum = 5;
      TensorProto getMinimum()
      .org.platanios.tensorflow.proto.TensorProto minimum = 4;
      TensorProtoOrBuilder getMinimumOrBuilder()
      .org.platanios.tensorflow.proto.TensorProto minimum = 4;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      TensorShapeProto getShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      boolean hasMaximum()
      .org.platanios.tensorflow.proto.TensorProto maximum = 5;
      boolean hasMinimum()
      .org.platanios.tensorflow.proto.TensorProto minimum = 4;
      boolean hasShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasShape

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

        TensorShapeProto getShape()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
        Returns:
        The shape.
      • getShapeOrBuilder

        TensorShapeProtoOrBuilder getShapeOrBuilder()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 2;
      • getDtypeValue

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

        DataType getDtype()
        .org.platanios.tensorflow.proto.DataType dtype = 3;
        Returns:
        The dtype.
      • hasMinimum

        boolean hasMinimum()
        .org.platanios.tensorflow.proto.TensorProto minimum = 4;
        Returns:
        Whether the minimum field is set.
      • getMinimum

        TensorProto getMinimum()
        .org.platanios.tensorflow.proto.TensorProto minimum = 4;
        Returns:
        The minimum.
      • getMinimumOrBuilder

        TensorProtoOrBuilder getMinimumOrBuilder()
        .org.platanios.tensorflow.proto.TensorProto minimum = 4;
      • hasMaximum

        boolean hasMaximum()
        .org.platanios.tensorflow.proto.TensorProto maximum = 5;
        Returns:
        Whether the maximum field is set.
      • getMaximum

        TensorProto getMaximum()
        .org.platanios.tensorflow.proto.TensorProto maximum = 5;
        Returns:
        The maximum.
      • getMaximumOrBuilder

        TensorProtoOrBuilder getMaximumOrBuilder()
        .org.platanios.tensorflow.proto.TensorProto maximum = 5;