CostGraphDef.NodeOrBuilder

interfaccia statica pubblica CostGraphDef.NodeOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getComputeCost ()
 Estimate of the computational cost of this node, in microseconds.
astratto lungo
getComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
astratto int
getControlInput (indice int)
 Ids of the control inputs for this node.
astratto int
getControlInputCount ()
 Ids of the control inputs for this node.
Lista astratta<Intero>
getControlInputList ()
 Ids of the control inputs for this node.
stringa astratta
getDevice ()
 The device of the node.
astratto com.google.protobuf.ByteString
getDeviceBytes ()
 The device of the node.
astratto lungo
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
astratto lungo
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
astratto lungo
getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
astratto int
getId ()
 The id of the node.
booleano astratto
getInaccurato ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
abstract CostGraphDef.Node.InputInfo
getInputInfo (indice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
astratto int
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Elenco astratto< CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
abstract CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (indice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Elenco astratto<? estende CostGraphDef.Node.InputInfoOrBuilder >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
booleano astratto
getIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
astratto lungo
getMemoryTime ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
stringa astratta
getNome ()
 The name of the node.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 The name of the node.
abstract CostGraphDef.Node.OutputInfo
getOutputInfo (indice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
astratto int
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Elenco astratto< CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
abstract CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (indice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Elenco astratto<? estende CostGraphDef.Node.OutputInfoOrBuilder >
getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
astratto lungo
getPersistentMemorySize ()
 Persistent memory used by this node.
astratto lungo
getTemporaryMemorySize ()
 Temporary memory used by this node.

Metodi pubblici

public abstract lungo getComputeCost ()

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

public abstract lungo getComputeTime ()

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

public abstract int getControlInput (indice int)

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

public abstract int getControlInputCount ()

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

public abstract List<Integer> getControlInputList ()

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

public abstract String getDevice ()

string device = 2;

 The device of the node. Can be empty if the node is mapped to the
 default partition or partitioning hasn't been run yet.
 
= 2;

estratto pubblico com.google.protobuf.ByteString getDeviceBytes ()

string device = 2;

 The device of the node. Can be empty if the node is mapped to the
 default partition or partitioning hasn't been run yet.
 
= 2;

pubblico astratto lungo getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

public abstract lungo getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

public abstract lungo getHostTempMemorySize ()

int64 host_temp_memory_size = 10 [deprecated = true];

public abstract int getId ()

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

pubblico astratto booleano getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

public abstract CostGraphDef.Node.InputInfo getInputInfo (indice int)

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

public abstract int getInputInfoCount ()

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

elenco astratto pubblico< CostGraphDef.Node.InputInfo > getInputInfoList ()

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

public abstract CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (indice int)

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

Elenco abstract pubblico<? estende CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

pubblico astratto booleano 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 abstract lungo getMemoryTime ()

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

stringa astratta pubblica getName ()

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

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

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

public abstract CostGraphDef.Node.OutputInfo getOutputInfo (indice int)

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

public abstract int getOutputInfoCount ()

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

elenco astratto pubblico< CostGraphDef.Node.OutputInfo > getOutputInfoList ()

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

public abstract CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (indice int)

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

Elenco abstract pubblico<? estende CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

public abstract lungo getPersistentMemorySize ()

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

public abstract lungo getTemporaryMemorySize ()

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