GraphOpCreation

clase final pública GraphOpCreation

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
Protobuf tipo tensorflow.GraphOpCreation

Clases anidadas

clase GraphOpCreation.Builder
 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). 

Constantes

En t CODE_LOCATION_FIELD_NUMBER
En t DISPOSITIVO_NOMBRE_CAMPO_NÚMERO
En t GRAPH_ID_FIELD_NUMBER
En t GRAPH_NAME_FIELD_NUMBER
En t INPUT_NAMES_FIELD_NUMBER
En t NUM_OUTPUTS_FIELD_NUMBER
En t OP_NAME_FIELD_NUMBER
En t OP_TYPE_FIELD_NUMBER
En t OUTPUT_TENSOR_IDS_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
CódigoUbicación
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
CódigoUbicaciónOrConstructor
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
Creación de GraphOp estática
Creación de GraphOp
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
getNombre del dispositivo ()
 Name of the device that the op is assigned to (if available).
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
Cadena
obtenerIdGrafico ()
 Unique ID of the graph (generated by debugger).
com.google.protobuf.ByteString
obtenerGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
Cadena
getGraphName ()
 Name of the graph that the op is a part of (if available).
com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
Cadena
getInputNames (índice int)
 Names of the input tensors to the op.
com.google.protobuf.ByteString
getInputNamesBytes (índice int)
 Names of the input tensors to the op.
En t
getInputNamesCount ()
 Names of the input tensors to the op.
com.google.protobuf.ProtocolStringList
getInputNamesList ()
 Names of the input tensors to the op.
En t
getNumSalidas ()
 Number of output tensors emitted by the op.
Cadena
obtenerNombreOp ()
 Name of the op (e.g., "Dense/MatMul_1").
com.google.protobuf.ByteString
getNombreOpBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
Cadena
getOpType ()
 Type of the op (e.g., "MatMul").
com.google.protobuf.ByteString
obtenerOpTypeBytes ()
 Type of the op (e.g., "MatMul").
En t
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
En t
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista<Entero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
En t
com.google.protobuf.UnknownFieldSet final
booleano
tieneCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
En t
booleano final
GraphOpCreation.Builder estático
GraphOpCreation.Builder estático
GraphOpCreation.Builder
Creación de GraphOp estática
parseDelimitedFrom (entrada de InputStream)
Creación de GraphOp estática
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Creación de GraphOp estática
parseFrom (datos de ByteBuffer)
Creación de GraphOp estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Creación de GraphOp estática
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Creación de GraphOp estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
Creación de GraphOp estática
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Creación de GraphOp estática
parseFrom (datos com.google.protobuf.ByteString)
Creación de GraphOp estática
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Creación de GraphOp estática
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
GraphOpCreation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público CODE_LOCATION_FIELD_NUMBER

Valor constante: 8

int final estático público DEVICE_NAME_FIELD_NUMBER

Valor constante: 5

int final estático público GRAPH_ID_FIELD_NUMBER

Valor constante: 4

int final estático público GRAPH_NAME_FIELD_NUMBER

Valor constante: 3

int final estático público INPUT_NAMES_FIELD_NUMBER

Valor constante: 6

int final estático público NUM_OUTPUTS_FIELD_NUMBER

Valor constante: 7

int final estático público OP_NAME_FIELD_NUMBER

Valor constante: 2

int final estático público OP_TYPE_FIELD_NUMBER

Valor constante: 1

int final estático público OUTPUT_TENSOR_IDS_FIELD_NUMBER

Valor constante: 9

Métodos públicos

público booleano es igual (Objeto obj)

ubicación de código pública getubicación de código ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

ubicaciónCódigo públicoOrBuilder getUbicaciónCódigoOrBuilder ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

GraphOpCreation estática pública getDefaultInstance ()

pública GraphOpCreation getDefaultInstanceForType ()

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

cadena pública getDeviceName ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

público com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

cadena pública getGraphId ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

público com.google.protobuf.ByteString getGraphIdBytes ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

cadena pública getGraphName ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

público com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

cadena pública getInputNames (índice int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

público com.google.protobuf.ByteString getInputNamesBytes (índice int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

público int getInputNamesCount ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

público com.google.protobuf.ProtocolStringList getInputNamesList ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

público int getNumOutputs ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

cadena pública getOpName ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

público com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

cadena pública getOpType ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

público com.google.protobuf.ByteString getOpTypeBytes ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

público int getOutputTensorIds (índice int)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

público int getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

Lista pública<Integer> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

público getParserForType ()

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasCodeLocation público booleano ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

código hash int público ()

público final booleano isInitialized ()

GraphOpCreation.Builder estático público newBuilder (prototipo GraphOpCreation )

GraphOpCreation.Builder estático público newBuilder ()

público GraphOpCreation.Builder newBuilderForType ()

GraphOpCreation estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

GraphOpCreation estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

GraphOpCreation parseFrom estático público (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

GraphOpCreation parseFrom estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático de GraphOpCreation (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

GraphOpCreation parseFrom estático público (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

parseFrom de GraphOpCreation estático público (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

GraphOpCreation parseFrom estático público (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático de GraphOpCreation (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático de GraphOpCreation (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 ()

public GraphOpCreation.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción