BoundedTensorSpecProtoOrBuilder

public interface BoundedTensorSpecProtoOrBuilder
Known Indirect Subclasses

Public Methods

abstract DataType
getDtype()
.tensorflow.DataType dtype = 3;
abstract int
getDtypeValue()
.tensorflow.DataType dtype = 3;
abstract TensorProto
getMaximum()
.tensorflow.TensorProto maximum = 5;
abstract TensorProtoOrBuilder
getMaximumOrBuilder()
.tensorflow.TensorProto maximum = 5;
abstract TensorProto
getMinimum()
.tensorflow.TensorProto minimum = 4;
abstract TensorProtoOrBuilder
getMinimumOrBuilder()
.tensorflow.TensorProto minimum = 4;
abstract String
getName()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
string name = 1;
abstract TensorShapeProto
getShape()
.tensorflow.TensorShapeProto shape = 2;
abstract TensorShapeProtoOrBuilder
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
abstract boolean
hasMaximum()
.tensorflow.TensorProto maximum = 5;
abstract boolean
hasMinimum()
.tensorflow.TensorProto minimum = 4;
abstract boolean
hasShape()
.tensorflow.TensorShapeProto shape = 2;

Public Methods

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 3;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public abstract TensorProto getMaximum ()

.tensorflow.TensorProto maximum = 5;

public abstract TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

public abstract TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

public abstract TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

public abstract String getName ()

string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public abstract TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public abstract boolean hasMaximum ()

.tensorflow.TensorProto maximum = 5;

public abstract boolean hasMinimum ()

.tensorflow.TensorProto minimum = 4;

public abstract boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;