CostGraphDef.Node.OutputInfoOrBuilder

interfaz estática pública CostGraphDef.Node.OutputInfoOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
Tipo de datos abstracto
getDtype ()
.tensorflow.DataType dtype = 4;
int abstracto
getDtypeValue ()
.tensorflow.DataType dtype = 4;
abstracto TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 3;
abstracto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
abstracto largo
getSize ()
int64 size = 1;
booleano abstracto
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;

tipo de datos abstracto público getDtype ()

.tensorflow.DataType dtype = 4;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 4;

resumen público TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public abstract long getSize ()

int64 size = 1;

público abstracto booleano hasShape ()

.tensorflow.TensorShapeProto shape = 3;