תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט ארוך | 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 (int index) 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. |
מחרוזת מופשטת | 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]; |
מופשט int | getId () The id of the node. |
בוליאני מופשט | 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 index) 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 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 index) 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;
public abstract int getControlInput (int index)
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 index)
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 index)
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;