Sous-classes indirectes connues |
Méthodes publiques
abstrait long | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
abstrait long | getComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
abstrait entier | getControlInput (index int) Ids of the control inputs for this node. |
abstrait entier | getControlInputCount () Ids of the control inputs for this node. |
Liste abstraite<Integer> | getControlInputList () Ids of the control inputs for this node. |
Chaîne abstraite | getDevice () The device of the node. |
résumé com.google.protobuf.ByteString | getDeviceBytes () The device of the node. |
abstrait long | getDevicePersistentMemorySize () int64 device_persistent_memory_size = 16 [deprecated = true]; |
abstrait long | getDeviceTempMemorySize () int64 device_temp_memory_size = 11 [deprecated = true]; |
abstrait long | getHostTempMemorySize () int64 host_temp_memory_size = 10 [deprecated = true]; |
abstrait entier | getId () The id of the node. |
booléen abstrait | getInexact () Are the costs inaccurate? bool inaccurate = 17; |
résumé CostGraphDef.Node.InputInfo | getInputInfo (index int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
abstrait entier | getInputInfoCount () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Liste abstraite < CostGraphDef.Node.InputInfo > | getInputInfoList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
résumé CostGraphDef.Node.InputInfoOrBuilder | getInputInfoOrBuilder (index int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Liste abstraite <? étend CostGraphDef.Node.InputInfoOrBuilder > | getInputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
booléen abstrait | getIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
abstrait long | getMemoryTime () Analytical estimate of the memory access cost of this node, in microseconds. |
chaîne abstraite | obtenirNom () The name of the node. |
résumé com.google.protobuf.ByteString | getNameBytes () The name of the node. |
résumé CostGraphDef.Node.OutputInfo | getOutputInfo (index int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
abstrait entier | getOutputInfoCount () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Liste abstraite < CostGraphDef.Node.OutputInfo > | getOutputInfoListe () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
résumé CostGraphDef.Node.OutputInfoOrBuilder | getOutputInfoOrBuilder (index int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Liste abstraite <? étend CostGraphDef.Node.OutputInfoOrBuilder > | getOutputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
abstrait long | getPersistentMemorySize () Persistent memory used by this node. |
abstrait long | getTemporaryMemorySize () Temporary memory used by this node. |
Méthodes publiques
public abstrait long getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
public abstrait long getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
public abstrait int getControlInput (index int)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public abstrait int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
liste abstraite publique<Integer> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
chaîne abstraite publique 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;
résumé public 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;
public abstrait long getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
public abstrait long getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
public abstrait long getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
public abstrait int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
public abstrait booléen getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
résumé public CostGraphDef.Node.InputInfo getInputInfo (index int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public abstrait int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Liste abstraite publique < CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
résumé public CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (index int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Liste des résumés publics<? étend CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public abstrait booléen 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;
public abstrait long getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
chaîne abstraite publique getName ()
The name of the node. Names are globally unique.
string name = 1;
résumé public com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
résumé public CostGraphDef.Node.OutputInfo getOutputInfo (index int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public abstrait int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Liste abstraite publique < CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
résumé public CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (index int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Liste des résumés publics<? étend CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public abstrait long getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
public abstrait long getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;