BoundedTensorSpecProto

public final class BoundedTensorSpecProto

 A protobuf to represent tf.BoundedTensorSpec.
 
Protobuf type tensorflow.BoundedTensorSpecProto

Nested Classes

class BoundedTensorSpecProto.Builder
 A protobuf to represent tf.BoundedTensorSpec. 

Constants

int DTYPE_FIELD_NUMBER
int MAXIMUM_FIELD_NUMBER
int MINIMUM_FIELD_NUMBER
int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static BoundedTensorSpecProto
BoundedTensorSpecProto
final static com.google.protobuf.Descriptors.Descriptor
DataType
getDtype()
.tensorflow.DataType dtype = 3;
int
getDtypeValue()
.tensorflow.DataType dtype = 3;
TensorProto
getMaximum()
.tensorflow.TensorProto maximum = 5;
TensorProtoOrBuilder
getMaximumOrBuilder()
.tensorflow.TensorProto maximum = 5;
TensorProto
getMinimum()
.tensorflow.TensorProto minimum = 4;
TensorProtoOrBuilder
getMinimumOrBuilder()
.tensorflow.TensorProto minimum = 4;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
int
TensorShapeProto
getShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
final com.google.protobuf.UnknownFieldSet
boolean
hasMaximum()
.tensorflow.TensorProto maximum = 5;
boolean
hasMinimum()
.tensorflow.TensorProto minimum = 4;
boolean
hasShape()
.tensorflow.TensorShapeProto shape = 2;
int
final boolean
static BoundedTensorSpecProto.Builder
static BoundedTensorSpecProto.Builder
BoundedTensorSpecProto.Builder
static BoundedTensorSpecProto
parseDelimitedFrom(InputStream input)
static BoundedTensorSpecProto
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundedTensorSpecProto
parseFrom(ByteBuffer data)
static BoundedTensorSpecProto
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundedTensorSpecProto
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundedTensorSpecProto
parseFrom(com.google.protobuf.CodedInputStream input)
static BoundedTensorSpecProto
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundedTensorSpecProto
parseFrom(com.google.protobuf.ByteString data)
static BoundedTensorSpecProto
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundedTensorSpecProto
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
BoundedTensorSpecProto.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DTYPE_FIELD_NUMBER

Constant Value: 3

public static final int MAXIMUM_FIELD_NUMBER

Constant Value: 5

public static final int MINIMUM_FIELD_NUMBER

Constant Value: 4

public static final int NAME_FIELD_NUMBER

Constant Value: 1

public static final int SHAPE_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static BoundedTensorSpecProto getDefaultInstance ()

public BoundedTensorSpecProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public TensorProto getMaximum ()

.tensorflow.TensorProto maximum = 5;

public TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

public TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

public TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasMaximum ()

.tensorflow.TensorProto maximum = 5;

public boolean hasMinimum ()

.tensorflow.TensorProto minimum = 4;

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

public final boolean isInitialized ()

public static BoundedTensorSpecProto.Builder newBuilder (BoundedTensorSpecProto prototype)

public static BoundedTensorSpecProto.Builder newBuilder ()

public BoundedTensorSpecProto.Builder newBuilderForType ()

public static BoundedTensorSpecProto parseDelimitedFrom (InputStream input)

Throws
IOException

public static BoundedTensorSpecProto parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BoundedTensorSpecProto parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static BoundedTensorSpecProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BoundedTensorSpecProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BoundedTensorSpecProto parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static BoundedTensorSpecProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BoundedTensorSpecProto parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static BoundedTensorSpecProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BoundedTensorSpecProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public BoundedTensorSpecProto.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException