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
obtenerComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
resumen entero
getControlInput (índice int)
 Ids of the control inputs for this node.
resumen entero
getControlInputCount ()
 Ids of the control inputs for this node.
Lista abstracta<Entero>
getControlInputList ()
 Ids of the control inputs for this node.
cadena abstracta
obtener dispositivo ()
 The device of the node.
resumen com.google.protobuf.ByteString
obtenerDeviceBytes ()
 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];
resumen entero
obtenerId ()
 The id of the node.
booleano abstracto
obtener inexacto ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
abstracto CostGraphDef.Node.InputInfo
getInputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
resumen entero
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Lista abstracta < CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
abstracto CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Lista abstracta<? extiende CostGraphDef.Node.InputInfoOrBuilder >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
booleano abstracto
obtenerIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
abstracto largo
obtenerTiempoMemoria ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
cadena abstracta
obtenerNombre ()
 The name of the node.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 The name of the node.
abstracto CostGraphDef.Node.OutputInfo
getOutputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
resumen entero
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Lista abstracta < CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
abstracto CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Lista abstracta<? 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

getComputeCost largo abstracto público ()

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

getComputeTime largo abstracto público ()

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

resumen público int getControlInput (índice int)

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

resumen público int getControlInputCount ()

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

Lista abstracta pública<Integer> getControlInputList ()

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

Cadena abstracta pública getDevice ()

dispositivo de cadena

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

dispositivo de cadena

 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 largo abstracto público ()

int64 device_persistent_memory_size = 16 [deprecated = true];

getDeviceTempMemorySize largo abstracto público ()

int64 device_temp_memory_size = 11 [deprecated = true];

getHostTempMemorySize largo abstracto público ()

int64 host_temp_memory_size = 10 [deprecated = true];

resumen público 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;

resumen público int getInputInfoCount ()

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

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

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

resumen público CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (índice int)

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

Lista de resúmenes públicos <? 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;

getMemoryTime largo abstracto público ()

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

Cadena abstracta pública 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;

resumen público int getOutputInfoCount ()

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

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

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

resumen público CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (índice int)

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

Lista de resúmenes públicos <? extiende CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

getPersistentMemorySize largo abstracto público ()

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

getTemporaryMemorySize largo abstracto público ()

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