Protobuf tipo tensorflow.CostGraphDef.Node
Clases anidadas
clase | CostGraphDef.Node.Builder | Protobuf tipo 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
entero | COMPUTE_COST_FIELD_NUMBER | |
entero | COMPUTE_TIME_FIELD_NUMBER | |
entero | CONTROL_INPUT_FIELD_NUMBER | |
entero | DEVICE_FIELD_NUMBER | |
entero | DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER | |
entero | DISPOSITIVO_TEMP_MEMORY_SIZE_FIELD_NUMBER | |
entero | HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER | |
entero | ID_FIELD_NUMBER | |
entero | INACCURATE_FIELD_NUMBER | |
entero | INPUT_INFO_FIELD_NUMBER | |
entero | IS_FINAL_FIELD_NUMBER | |
entero | MEMORY_TIME_FIELD_NUMBER | |
entero | NOMBRE_CAMPO_NÚMERO | |
entero | SALIDA_INFO_CAMPO_NUMBER | |
entero | PERSISTENT_MEMORY_SIZE_FIELD_NUMBER | |
entero | TEMPORARY_MEMORY_SIZE_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
largo | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
largo | obtenerComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
entero | getControlInput (índice int) Ids of the control inputs for this node. |
entero | getControlInputCount () Ids of the control inputs for this node. |
Lista<Entero> | getControlInputList () Ids of the control inputs for this node. |
CostGraphDef.Node estático | |
CostGraphDef.Nodo | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | obtener dispositivo () The device of the node. |
com.google.protobuf.ByteString | obtenerDeviceBytes () 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]; |
entero | obtenerId () The id of the node. |
booleano | obtener inexacto () Are the costs inaccurate? bool inaccurate = 17; |
CostGraphDef.Node.InputInfo | getInputInfo (índice int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
entero | 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 | obtenerIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
largo | obtenerTiempoMemoria () Analytical estimate of the memory access cost of this node, in microseconds. |
Cadena | obtenerNombre () The name of the node. |
com.google.protobuf.ByteString | getNombreBytes () The name of the node. |
CostGraphDef.Node.OutputInfo | getOutputInfo (índice int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
entero | 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. |
entero | |
largo | getTemporaryMemorySize () Temporary memory used by this node. |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
CostGraphDef.Node.Builder estático | |
CostGraphDef.Node.Builder estático | newBuilder (prototipo CostGraphDef.Node ) |
CostGraphDef.Node.Builder | |
CostGraphDef.Node estático | parseDelimitedFrom (entrada de InputStream) |
CostGraphDef.Node estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
CostGraphDef.Node estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node estático | parseFrom (datos de ByteBuffer) |
CostGraphDef.Node estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
CostGraphDef.Node estático | parseFrom (datos com.google.protobuf.ByteString) |
CostGraphDef.Node estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
CostGraphDef.Node.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público COMPUTE_COST_FIELD_NUMBER
int final estático público COMPUTE_TIME_FIELD_NUMBER
int final estático público CONTROL_INPUT_FIELD_NUMBER
int final estático público DEVICE_FIELD_NUMBER
int final estático público DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
int final estático público DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
int final estático público HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
int final estático público ID_FIELD_NUMBER
int final estático público INACCURATE_FIELD_NUMBER
int final estático público INPUT_INFO_FIELD_NUMBER
int final estático público IS_FINAL_FIELD_NUMBER
int final estático público MEMORY_TIME_FIELD_NUMBER
público estático final int NAME_FIELD_NUMBER
int final estático público OUTPUT_INFO_FIELD_NUMBER
int final estático público PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
int final estático público TEMPORARY_MEMORY_SIZE_FIELD_NUMBER
Métodos públicos
público booleano es igual (Objeto obj)
público largo getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
público largo getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
público int getControlInput (índice int)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
público int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
Lista pública<Entero> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública 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;
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;
público largo getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
público largo getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
público largo getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
público int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
getInaccurate público booleano ()
Are the costs inaccurate?
bool inaccurate = 17;
público CostGraphDef.Node.InputInfo getInputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
público 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;
público 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;
getIsFinal booleano 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;
público largo getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
cadena pública getName ()
The name of the node. Names are globally unique.
string name = 1;
público com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
público CostGraphDef.Node.OutputInfo getOutputInfo (índice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
público 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;
público 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 ()
público largo getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
público int getSerializedSize ()
público largo getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático CostGraphDef.Node parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público estático CostGraphDef.Node parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
CostGraphDef.Node parseFrom estático público (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
público estático CostGraphDef.Node parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
CostGraphDef.Node parseFrom estático público (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
público estático CostGraphDef.Node parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
CostGraphDef.Node parseFrom estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
público estático CostGraphDef.Node parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público estático CostGraphDef.Node parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|