CostGraphDef.NodeOrBuilder

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

Genel Yöntemler

soyut uzun
getComputeCost ()
 Estimate of the computational cost of this node, in microseconds.
soyut uzun
getComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
soyut int
getControlInput (int dizini)
 Ids of the control inputs for this node.
soyut int
getControlInputCount ()
 Ids of the control inputs for this node.
özet Listesi<Tamsayı>
getControlInputList ()
 Ids of the control inputs for this node.
soyut Dize
getCihaz ()
 The device of the node.
abstract com.google.protobuf.ByteString
getDeviceBytes ()
 The device of the node.
soyut uzun
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
soyut uzun
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
soyut uzun
getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
soyut int
kimliği al ()
 The id of the node.
soyut boole
yanlış olsun ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
özet CostGraphDef.Node.InputInfo
getInputInfo (int dizini)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
soyut int
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
özet Listesi< CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
özet CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (int dizini)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Özet Liste<? CostGraphDef.Node.InputInfoOrBuilder'ı genişletir >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
soyut boole
getIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
soyut uzun
getMemoryTime ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
soyut Dize
getName ()
 The name of the node.
abstract com.google.protobuf.ByteString
getNameBytes ()
 The name of the node.
özet CostGraphDef.Node.OutputInfo
getOutputInfo (int dizini)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
soyut int
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
özet Listesi< CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
özet CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (int dizini)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Özet Liste<? CostGraphDef.Node.OutputInfoOrBuilder'ı genişletir >
getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
soyut uzun
getPersistentMemorySize ()
 Persistent memory used by this node.
soyut uzun
getTemporaryMemorySize ()
 Temporary memory used by this node.

Genel Yöntemler

genel özet uzun getComputeCost ()

 Estimate of the computational cost of this node, in microseconds.
 
int64 compute_cost = 9;

genel özet uzun getComputeTime ()

 Analytical estimate of the computational cost of this node, in
 microseconds.
 
int64 compute_time = 14;

genel özet int getControlInput (int dizini)

 Ids of the control inputs for this node.
 
repeated int32 control_input = 8;

genel özet int getControlInputCount ()

 Ids of the control inputs for this node.
 
repeated int32 control_input = 8;

genel özet Listesi<Tamsayı> getControlInputList ()

 Ids of the control inputs for this node.
 
repeated int32 control_input = 8;

genel özet String getDevice ()

 The device of the node. Can be empty if the node is mapped to the
 default partition or partitioning hasn't been run yet.
 
string device = 2;

genel özet com.google.protobuf.ByteString getDeviceBytes ()

 The device of the node. Can be empty if the node is mapped to the
 default partition or partitioning hasn't been run yet.
 
string device = 2;

genel özet uzun getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

genel özet uzun getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

genel özet uzun getHostTempMemorySize ()

int64 host_temp_memory_size = 10 [deprecated = true];

genel soyut int getId ()

 The id of the node. Node ids are only unique inside a partition.
 
int32 id = 3;

genel soyut boolean getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

genel özet CostGraphDef.Node.InputInfo getInputInfo (int dizini)

repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;

genel özet int getInputInfoCount ()

repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;

genel özet Listesi< CostGraphDef.Node.InputInfo > getInputInfoList ()

repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;

genel özet CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (int dizini)

repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;

genel özet listesi<? CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList () öğesini genişletir

repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;

genel soyut boolean getIsFinal ()

 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output". Nodes may depend on final nodes.
 
bool is_final = 7;

genel özet uzun getMemoryTime ()

 Analytical estimate of the memory access cost of this node, in
 microseconds.
 
int64 memory_time = 15;

genel özet Dize getName ()

 The name of the node. Names are globally unique.
 
string name = 1;

genel özet com.google.protobuf.ByteString getNameBytes ()

 The name of the node. Names are globally unique.
 
string name = 1;

genel özet CostGraphDef.Node.OutputInfo getOutputInfo (int dizini)

repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;

genel özet int getOutputInfoCount ()

repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;

genel özet Listesi< CostGraphDef.Node.OutputInfo > getOutputInfoList ()

repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;

genel özet CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (int dizini)

repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;

genel özet listesi<? CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList () öğesini genişletir

repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;

genel özet uzun getPersistentMemorySize ()

 Persistent memory used by this node.
 
int64 persistent_memory_size = 12;

genel özet uzun getTemporaryMemorySize ()

 Temporary memory used by this node.
 
int64 temporary_memory_size = 6;