CostGraphDef.NodeOrBuilder

общедоступный статический интерфейс CostGraphDef.NodeOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный длинный
getComputeCost ()
 Estimate of the computational cost of this node, in microseconds.
абстрактный длинный
getComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
абстрактный int
getControlInput (индекс целого числа)
 Ids of the control inputs for this node.
абстрактный int
getControlInputCount ()
 Ids of the control inputs for this node.
абстрактный список<Целое число>
getControlInputList ()
 Ids of the control inputs for this node.
абстрактная строка
получитьУстройство ()
 The device of the node.
абстрактный com.google.protobuf.ByteString
getDeviceBytes ()
 The device of the node.
абстрактный длинный
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
абстрактный длинный
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
абстрактный длинный
getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
абстрактный int
получитьИд ()
 The id of the node.
абстрактное логическое значение
получитьНеточность ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
абстрактный CostGraphDef.Node.InputInfo
getInputInfo (целочисленный индекс)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
абстрактный int
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
абстрактный список < CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
абстрактный CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (индекс int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
абстрактный список<? расширяет CostGraphDef.Node.InputInfoOrBuilder >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
абстрактное логическое значение
getIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
абстрактный длинный
getMemoryTime ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
абстрактная строка
получитьИмя ()
 The name of the node.
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 The name of the node.
абстрактный CostGraphDef.Node.OutputInfo
getOutputInfo (целочисленный индекс)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
абстрактный int
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
абстрактный список < CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
абстрактный CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (индекс int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
абстрактный список<? расширяет CostGraphDef.Node.OutputInfoOrBuilder >
getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
абстрактный длинный
getPersistentMemorySize ()
 Persistent memory used by this node.
абстрактный длинный
getTemporaryMemorySize ()
 Temporary memory used by this node.

Публичные методы

публичный абстрактный длинный getComputeCost ()

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

публичный абстрактный длинный getComputeTime ()

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

общедоступный абстрактный int getControlInput (индекс int)

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

публичный абстрактный int getControlInputCount ()

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

общедоступный абстрактный список <Integer> getControlInputList ()

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

общедоступная абстрактная строка 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;

общедоступный абстрактный 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;

общедоступный абстрактный длинный getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

общедоступный абстрактный длинный getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

общедоступный абстрактный длинный getHostTempMemorySize ()

int64 host_temp_memory_size = 10 [deprecated = true];

общедоступный абстрактный int getId ()

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

общедоступное абстрактное логическое значение getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

публичный абстрактный CostGraphDef.Node.InputInfo getInputInfo (индекс int)

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

публичный абстрактный int getInputInfoCount ()

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

общедоступный абстрактный список < CostGraphDef.Node.InputInfo > getInputInfoList ()

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

публичный абстрактный CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (индекс int)

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

публичный абстрактный список<? расширяет CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

общедоступное абстрактное логическое значение 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;

публичный абстрактный длинный getMemoryTime ()

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

общедоступная абстрактная строка getName ()

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

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

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

общедоступный абстрактный CostGraphDef.Node.OutputInfo getOutputInfo (индекс int)

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

публичный абстрактный int getOutputInfoCount ()

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

общедоступный абстрактный список < CostGraphDef.Node.OutputInfo > getOutputInfoList ()

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

общедоступный абстрактный CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (индекс int)

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

публичный абстрактный список<? расширяет CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

публичный абстрактный длинный getPersistentMemorySize ()

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

общедоступный абстрактный длинный getTemporaryMemorySize ()

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