CostGraphDef.Node.OutputInfoOrBuilder

genel statik arayüz CostGraphDef.Node.OutputInfoOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
özet Veri Türü
getDtype ()
.tensorflow.DataType dtype = 4;
soyut int
getDtypeValue ()
.tensorflow.DataType dtype = 4;
soyut TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 3;
soyut TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
soyut uzun
getSize ()
int64 size = 1;
soyut boole
hasShape ()
.tensorflow.TensorShapeProto shape = 3;

Genel Yöntemler

genel özet uzun 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;

genel özet DataType getDtype ()

.tensorflow.DataType dtype = 4;

genel soyut int getDtypeValue ()

.tensorflow.DataType dtype = 4;

genel özet TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

genel özet TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

genel özet uzun getSize ()

int64 size = 1;

genel soyut boolean hasShape ()

.tensorflow.TensorShapeProto shape = 3;