TensorSpecProtoOrBuilder

public interface TensorSpecProtoOrBuilder
Known Indirect Subclasses

Public Methods

abstract DataType
getDtype()
.tensorflow.DataType dtype = 3;
abstract int
getDtypeValue()
.tensorflow.DataType dtype = 3;
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
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 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 hasShape ()

.tensorflow.TensorShapeProto shape = 2;