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

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.
entero
getInputNamesCount ()
 Names of the input tensors to the op.
com.google.protobuf.ProtocolStringList
getInputNamesList ()
 Names of the input tensors to the op.
entero
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").
entero
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
entero
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista<Entero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
entero
com.google.protobuf.UnknownFieldSet final
booleano
tieneCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
entero
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

booleano
es igual (Objeto arg0)
Clase final<?>
obtenerclase ()
entero
código hash ()
vacío final
notificar ()
vacío final
notificar a todos ()
Cadena
a cadena ()
vacío final
esperar (arg0 largo, int arg1)
vacío final
espera (arg0 largo)
vacío final
esperar ()
org.tensorflow.proto.util.GraphOpCreationOrBuilder
Ubicación del código abstracto
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
Código abstractoLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
cadena abstracta
obtener nombre del dispositivo ()
 Name of the device that the op is assigned to (if available).
resumen com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
cadena abstracta
obtenerIdGrafico ()
 Unique ID of the graph (generated by debugger).
resumen com.google.protobuf.ByteString
obtenerGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
cadena abstracta
getGraphName ()
 Name of the graph that the op is a part of (if available).
resumen com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
cadena abstracta
getInputNames (índice int)
 Names of the input tensors to the op.
resumen com.google.protobuf.ByteString
getInputNamesBytes (índice int)
 Names of the input tensors to the op.
resumen entero
getInputNamesCount ()
 Names of the input tensors to the op.
Lista abstracta<Cadena>
getInputNamesList ()
 Names of the input tensors to the op.
resumen entero
getNumSalidas ()
 Number of output tensors emitted by the op.
cadena abstracta
obtenerNombreOp ()
 Name of the op (e.g., "Dense/MatMul_1").
resumen com.google.protobuf.ByteString
getOpNombreBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
cadena abstracta
getOpType ()
 Type of the op (e.g., "MatMul").
resumen com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
resumen entero
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
resumen entero
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista abstracta<Entero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booleano abstracto
tieneCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

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

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

Lanza
IOExcepción

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

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