| زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
| انتزاعی طولانی | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
| انتزاعی طولانی | getComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
| انتزاعی | getControlInput (شاخص int) Ids of the control inputs for this node. |
| انتزاعی | getControlInputCount () Ids of the control inputs for this node. |
| فهرست انتزاعی<Integer> | getControlInputList () Ids of the control inputs for this node. |
| رشته انتزاعی | getDevice () 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]; |
| انتزاعی | getId () The id of the node. |
| بولی انتزاعی | دریافت نادرست () Are the costs inaccurate? bool inaccurate = 17; |
| چکیده CostGraphDef.Node.InputInfo | getInputInfo (شاخص int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
| انتزاعی | 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. |
| رشته انتزاعی | getName () The name of the node. |
| چکیده com.google.protobuf.ByteString | getNameBytes () The name of the node. |
| چکیده CostGraphDef.Node.OutputInfo | getOutputInfo (شاخص int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
| انتزاعی | 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 index)
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 index)
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;