CostGraphDef.NodeOrBuilder

publiczny interfejs statyczny CostGraphDef.NodeOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getComputeCost ()
 Estimate of the computational cost of this node, in microseconds.
abstrakcyjne, długie
getComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
streszczenie wew
getControlInput (indeks int)
 Ids of the control inputs for this node.
streszczenie wew
getControlInputCount ()
 Ids of the control inputs for this node.
streszczenie Lista<Integer>
getControlInputList ()
 Ids of the control inputs for this node.
abstrakcyjny ciąg
pobierz urządzenie ()
 The device of the node.
streszczenie com.google.protobuf.ByteString
getDeviceBytes ()
 The device of the node.
abstrakcyjne, długie
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
abstrakcyjne, długie
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
abstrakcyjne, długie
getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
streszczenie wew
pobierzId ()
 The id of the node.
abstrakcyjna wartość logiczna
uzyskać niedokładne ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
streszczenie CostGraphDef.Node.InputInfo
getInputInfo (indeks int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
streszczenie wew
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Lista abstrakcyjna< CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
streszczenie CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (indeks int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
lista abstrakcyjna<? rozszerza CostGraphDef.Node.InputInfoOrBuilder >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
abstrakcyjna wartość logiczna
getIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
abstrakcyjne, długie
pobierz czas pamięci ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
abstrakcyjny ciąg
pobierz nazwę ()
 The name of the node.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 The name of the node.
streszczenie CostGraphDef.Node.OutputInfo
getOutputInfo (indeks int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
streszczenie wew
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Lista abstrakcyjna< CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
streszczenie CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (indeks int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
lista abstrakcyjna<? rozszerza CostGraphDef.Node.OutputInfoOrBuilder >
getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
abstrakcyjne, długie
getPersistentMemorySize ()
 Persistent memory used by this node.
abstrakcyjne, długie
getTemporaryMemorySize ()
 Temporary memory used by this node.

Metody publiczne

publiczne streszczenie długie getComputeCost ()

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

publiczne streszczenie długie getComputeTime ()

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

publiczne streszczenie int getControlInput (indeks int)

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

publiczne streszczenie int getControlInputCount ()

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

publiczna lista abstrakcyjna<Integer> getControlInputList ()

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

publiczna abstrakcja 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;

publiczne streszczenie 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;

publiczne streszczenie długie getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

publiczne streszczenie długie getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

publiczne streszczenie długie getHostTempMemorySize ()

int64 host_temp_memory_size = 10 [deprecated = true];

publiczne streszczenie int getId ()

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

publiczna abstrakcja logiczna getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

publiczne streszczenie CostGraphDef.Node.InputInfo getInputInfo (indeks int)

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

publiczne streszczenie int getInputInfoCount ()

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

publiczna lista abstrakcyjna< CostGraphDef.Node.InputInfo > getInputInfoList ()

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

publiczne streszczenie CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

publiczna abstrakcja logiczna 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;

publiczne streszczenie długie getMemoryTime ()

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

publiczna abstrakcja String getName ()

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

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

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

publiczne streszczenie CostGraphDef.Node.OutputInfo getOutputInfo (indeks int)

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

publiczne streszczenie int getOutputInfoCount ()

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

publiczna lista abstrakcyjna< CostGraphDef.Node.OutputInfo > getOutputInfoList ()

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

publiczne streszczenie CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

publiczne streszczenie długie getPersistentMemorySize ()

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

publiczne streszczenie długie getTemporaryMemorySize ()

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