ResourceHandleProto.DtypeAndShapeOrBuilder

public static interface ResourceHandleProto.DtypeAndShapeOrBuilder
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 DataType getDtype ()

.tensorflow.DataType dtype = 1;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 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;