public static interface
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder
| Known Indirect Subclasses |
Public Methods
| abstract DataType |
getDtype()
.tensorflow.DataType dtype = 1;
|
| abstract int |
getDtypeValue()
.tensorflow.DataType dtype = 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 int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
public abstract boolean hasShape ()
.tensorflow.TensorShapeProto shape = 2;