CostGraphDef.Node.OutputInfoOrBuilder

interface estática pública CostGraphDef.Node.OutputInfoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
DataType abstrato
getDtype ()
.tensorflow.DataType dtype = 4;
int abstrato
getDtypeValue ()
.tensorflow.DataType dtype = 4;
TensorShapeProto abstrato
getShape ()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProtoOrBuilder abstrato
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
abstrato longo
getSize ()
int64 size = 1;
booleano abstrato
hasShape ()
.tensorflow.TensorShapeProto shape = 3;

Métodos Públicos

public abstract long getAliasInputPort ()

 If >= 0, the output is an alias of an input. Note that an alias input
 may itself be an alias. The algorithm will therefore need to follow
 those pointers.
 
int64 alias_input_port = 2;

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 4;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 4;

public abstract TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public abstract long getSize ()

int64 size = 1;

public abstract boolean hasShape ()

.tensorflow.TensorShapeProto shape = 3;