GraphOpCreation

GraphOpCreation clase final pública

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
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 DEVICE_NAME_FIELD_NUMBER
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 a (Objeto obj)
CodeLocation
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
GraphOpCreation estático
GraphOpCreation
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDeviceName ()
 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).
Cuerda
getGraphId ()
 Unique ID of the graph (generated by debugger).
com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
Cuerda
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).
Cuerda
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
getNumOutputs ()
 Number of output tensors emitted by the op.
Cuerda
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
Cuerda
getOpType ()
 Type of the op (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 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 <Intero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasCodeLocation ()
 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
GraphOpCreation estático
parseDelimitedFrom (entrada InputStream)
GraphOpCreation estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOpCreation estático
parseFrom (datos ByteBuffer)
GraphOpCreation estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOpCreation estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOpCreation estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
GraphOpCreation estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOpCreation estático
parseFrom (datos com.google.protobuf.ByteString)
GraphOpCreation estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOpCreation estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphOpCreation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int CODE_LOCATION_FIELD_NUMBER

Valor constante: 8

public static final int DEVICE_NAME_FIELD_NUMBER

Valor constante: 5

public static final int GRAPH_ID_FIELD_NUMBER

Valor constante: 4

public static final int GRAPH_NAME_FIELD_NUMBER

Valor constante: 3

público estático final int INPUT_NAMES_FIELD_NUMBER

Valor constante: 6

público estático final int NUM_OUTPUTS_FIELD_NUMBER

Valor constante: 7

público estático final int OP_NAME_FIELD_NUMBER

Valor constante: 2

público estático final int OP_TYPE_FIELD_NUMBER

Valor constante: 1

público estático final int OUTPUT_TENSOR_IDS_FIELD_NUMBER

Valor constante: 9

Métodos públicos

public boolean es igual a (Object obj)

public CodeLocation getCodeLocation ()

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

public CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

public static GraphOpCreation getDefaultInstance ()

public GraphOpCreation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDeviceName ()

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

public com.google.protobuf.ByteString getDeviceNameBytes ()

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

public String getGraphId ()

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

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

public String getGraphName ()

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

public com.google.protobuf.ByteString getGraphNameBytes ()

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

public String getInputNames (índice int)

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

public com.google.protobuf.ByteString getInputNamesBytes (índice int)

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

public int getInputNamesCount ()

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

public com.google.protobuf.ProtocolStringList getInputNamesList ()

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

public int getNumOutputs ()

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

public String getOpName ()

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

public com.google.protobuf.ByteString getOpNameBytes ()

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

public String getOpType ()

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

public com.google.protobuf.ByteString getOpTypeBytes ()

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

public int getOutputTensorIds (int índice)

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

public int getOutputTensorIdsCount ()

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

Public List <Integer> getOutputTensorIdsList ()

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

público getParserForType ()

public int getSerializedSize ()

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

public boolean hasCodeLocation ()

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

public int hashCode ()

public final boolean isInitialized ()

public static GraphOpCreation.Builder newBuilder (prototipo GraphOpCreation )

public static GraphOpCreation.Builder newBuilder ()

public GraphOpCreation.Builder newBuilderForType ()

public static GraphOpCreation parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public GraphOpCreation.Builder toBuilder ()

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

Lanza
IOException