CostGraphDef.NodeOrBuilder

interfaz estática pública CostGraphDef.NodeOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

public abstract long getComputeCost ()

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

public abstract long 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;

public abstract int getControlInputCount ()

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

Lista pública abstracta <Integer> getControlInputList ()

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

getDevice () de cadena abstracta pública

 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;

resumen público 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 abstract long getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

public abstract long getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

public abstract long 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;

getInaccurate () booleano abstracto público

 Are the costs inaccurate?
 
bool inaccurate = 17;

resumen público CostGraphDef.Node.InputInfo getInputInfo (índice int)

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

public abstract int getInputInfoCount ()

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

Lista pública abstracta < CostGraphDef.Node.InputInfo > getInputInfoList ()

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

Public abstract CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (índice int)

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

Lista de resumen público <? extiende CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

getIsFinal () booleano abstracto público

 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 long getMemoryTime ()

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

público abstracto String getName ()

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

resumen público com.google.protobuf.ByteString getNameBytes ()

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

resumen público CostGraphDef.Node.OutputInfo getOutputInfo (índice int)

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

public abstract int getOutputInfoCount ()

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

Lista pública abstracta < CostGraphDef.Node.OutputInfo > getOutputInfoList ()

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

Public abstract CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (índice int)

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

Lista de resumen público <? extiende CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

public abstract long getPersistentMemorySize ()

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

public abstract long getTemporaryMemorySize ()

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