CostGraphDef.NodeOrBuilder

interface estática pública CostGraphDef.NodeOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

public abstract List <Integer> getControlInputList ()

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

public abstract String getDevice ()

Dispositivo de 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.
 
string device = 2;

public abstract com.google.protobuf.ByteString getDeviceBytes ()

Dispositivo de 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.
 
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;

public abstract boolean getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

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

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

public abstract int getInputInfoCount ()

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

public abstract List < CostGraphDef.Node.InputInfo > getInputInfoList ()

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

public abstract CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (índice interno )

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

Lista de resumos pública <? estende CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

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

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

public abstract String getName ()

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

public abstract com.google.protobuf.ByteString getNameBytes ()

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

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

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

public abstract int getOutputInfoCount ()

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

public abstract List < CostGraphDef.Node.OutputInfo > getOutputInfoList ()

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

public abstract CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (índice interno )

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

Lista de resumos pública <? estende 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 temporary_memory_size = 6;