ResourceHandleProto.DtypeAndShapeOrBuilder

interface estática pública ResourceHandleProto.DtypeAndShapeOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

DataType abstrato
getDtype ()
.tensorflow.DataType dtype = 1;
int abstrato
getDtypeValue ()
.tensorflow.DataType dtype = 1;
TensorShapeProto abstrato
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder abstrato
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
booleano abstrato
hasShape ()
.tensorflow.TensorShapeProto shape = 2;

Métodos Públicos

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;