CostGraphDef.Node

clase final estática pública CostGraphDef.Node

Tipo de tensorflow.CostGraphDef.Node

Clases anidadas

clase CostGraphDef.Node.Builder Tipo de tensorflow.CostGraphDef.Node
clase CostGraphDef.Node.InputInfo
 Inputs of this node. 
interfaz CostGraphDef.Node.InputInfoOrBuilder
clase CostGraphDef.Node.OutputInfo
 Outputs of this node. 
interfaz CostGraphDef.Node.OutputInfoOrBuilder

Constantes

En t COMPUTE_COST_FIELD_NUMBER
En t COMPUTE_TIME_FIELD_NUMBER
En t CONTROL_INPUT_FIELD_NUMBER
En t DEVICE_FIELD_NUMBER
En t DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
En t DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
En t HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
En t ID_FIELD_NUMBER
En t INACCURATE_FIELD_NUMBER
En t INPUT_INFO_FIELD_NUMBER
En tIS_FINAL_FIELD_NUMBER
En t MEMORY_TIME_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t OUTPUT_INFO_FIELD_NUMBER
En t PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
En t TEMPORARY_MEMORY_SIZE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getComputeCost ()
 Estimate of the computational cost of this node, in microseconds.
largo
getComputeTime ()
 Analytical estimate of the computational cost of this node, in
 microseconds.
En t
getControlInput (índice int)
 Ids of the control inputs for this node.
En t
getControlInputCount ()
 Ids of the control inputs for this node.
Lista <Intero>
getControlInputList ()
 Ids of the control inputs for this node.
estático CostGraphDef.Node
CostGraphDef.Node
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDevice ()
 The device of the node.
com.google.protobuf.ByteString
getDeviceBytes ()
 The device of the node.
largo
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
largo
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
largo
getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
En t
getId ()
 The id of the node.
booleano
getInaccurate ()
 Are the costs inaccurate?
 
bool inaccurate = 17;
CostGraphDef.Node.InputInfo
getInputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
En t
getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Lista < CostGraphDef.Node.InputInfo >
getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
CostGraphDef.Node.InputInfoOrBuilder
getInputInfoOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Lista <? extiende CostGraphDef.Node.InputInfoOrBuilder >
getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
booleano
getIsFinal ()
 If true, the output is permanent: it can't be discarded, because this
 node is part of the "final output".
largo
getMemoryTime ()
 Analytical estimate of the memory access cost of this node, in
 microseconds.
Cuerda
getName ()
 The name of the node.
com.google.protobuf.ByteString
getNameBytes ()
 The name of the node.
CostGraphDef.Node.OutputInfo
getOutputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
En t
getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Lista < CostGraphDef.Node.OutputInfo >
getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfoOrBuilder
getOutputInfoOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Lista <? extiende CostGraphDef.Node.OutputInfoOrBuilder >
getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
largo
getPersistentMemorySize ()
 Persistent memory used by this node.
En t
largo
getTemporaryMemorySize ()
 Temporary memory used by this node.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático CostGraphDef.Node.Builder
estático CostGraphDef.Node.Builder
CostGraphDef.Node.Builder
estático CostGraphDef.Node
parseDelimitedFrom (entrada InputStream)
estático CostGraphDef.Node
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático CostGraphDef.Node
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node
parseFrom (datos ByteBuffer)
estático CostGraphDef.Node
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node
parseFrom (datos com.google.protobuf.ByteString)
estático CostGraphDef.Node
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.Node.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int COMPUTE_COST_FIELD_NUMBER

Valor constante: 9

public static final int COMPUTE_TIME_FIELD_NUMBER

Valor constante: 14

público estático final int CONTROL_INPUT_FIELD_NUMBER

Valor constante: 8

public static final int DEVICE_FIELD_NUMBER

Valor constante: 2

public static final int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

Valor constante: 16

public static final int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER

Valor constante: 11

public static final int HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER

Valor constante: 10

public static final int ID_FIELD_NUMBER

Valor constante: 3

public static final int INACCURATE_FIELD_NUMBER

Valor constante: 17

public static final int INPUT_INFO_FIELD_NUMBER

Valor constante: 4

público estático final int IS_FINAL_FIELD_NUMBER

Valor constante: 7

public static final int MEMORY_TIME_FIELD_NUMBER

Valor constante: 15

public static final int NAME_FIELD_NUMBER

Valor constante: 1

público estático final int OUTPUT_INFO_FIELD_NUMBER

Valor constante: 5

público estático final int PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

Valor constante: 12

público estático final int TEMPORARY_MEMORY_SIZE_FIELD_NUMBER

Valor constante: 6

Métodos públicos

public boolean es igual a (Object obj)

public long getComputeCost ()

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

public long getComputeTime ()

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

public int getControlInput (int índice)

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

public int getControlInputCount ()

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

Public List <Integer> getControlInputList ()

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

public static CostGraphDef.Node getDefaultInstance ()

public CostGraphDef.Node getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public 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 long getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 16 [deprecated = true];

public long getDeviceTempMemorySize ()

int64 device_temp_memory_size = 11 [deprecated = true];

public long getHostTempMemorySize ()

int64 host_temp_memory_size = 10 [deprecated = true];

public int getId ()

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

public boolean getInaccurate ()

 Are the costs inaccurate?
 
bool inaccurate = 17;

public CostGraphDef.Node.InputInfo getInputInfo (índice int)

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

public int getInputInfoCount ()

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

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

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

public CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (índice int)

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

Lista pública <? extiende CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()

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

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

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

public String getName ()

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

public com.google.protobuf.ByteString getNameBytes ()

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

public CostGraphDef.Node.OutputInfo getOutputInfo (índice int)

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

public int getOutputInfoCount ()

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

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

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

public CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (índice int)

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

Lista pública <? extiende CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()

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

público getParserForType ()

public long getPersistentMemorySize ()

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

public int getSerializedSize ()

public long getTemporaryMemorySize ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.Node.Builder newBuilder ()

public static CostGraphDef.Node.Builder newBuilder (prototipo de CostGraphDef.Node )

public CostGraphDef.Node.Builder newBuilderForType ()

public static CostGraphDef.Node parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static CostGraphDef.Node parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static CostGraphDef.Node parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static CostGraphDef.Node parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static CostGraphDef.Node parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static CostGraphDef.Node parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static CostGraphDef.Node parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

CostGraphDef.Node estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static CostGraphDef.Node parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static CostGraphDef.Node parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CostGraphDef.Node.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException