classe finale publique GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation
de type Protobuf.GraphOpCreation Classes imbriquées
classe | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). |
Constantes
Méthodes publiques
booléen | est égal (Obj objet) |
CodeEmplacement | getCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
CodeEmplacementOuBuilder | getCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
GraphOpCreation statique | |
GraphOpCréation | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Chaîne | 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). |
Chaîne | getGraphId () Unique ID of the graph (generated by debugger). |
com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
Chaîne | 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). |
Chaîne | getInputNames (index int) Names of the input tensors to the op. |
com.google.protobuf.ByteString | getInputNamesBytes (index int) Names of the input tensors to the op. |
int | getInputNamesCount () Names of the input tensors to the op. |
com.google.protobuf.ProtocolStringList | getInputNamesList () Names of the input tensors to the op. |
int | getNumOutputs () Number of output tensors emitted by the op. |
Chaîne | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
Chaîne | getOpType () Type of the op (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
int | getOutputTensorIds (index int) Unique IDs for the output tensors of this op. |
int | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
Liste<Entier> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
int | |
final com.google.protobuf.UnknownFieldSet | |
booléen | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
int | |
booléen final | |
statique GraphOpCreation.Builder | newBuilder (prototype GraphOpCreation ) |
statique GraphOpCreation.Builder | |
GraphOpCreation.Builder | |
GraphOpCreation statique | parseDelimitedFrom (entrée InputStream) |
GraphOpCreation statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statique | parseFrom (données ByteBuffer) |
GraphOpCreation statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
GraphOpCreation statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statique | parseFrom (données com.google.protobuf.ByteString) |
GraphOpCreation statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
GraphOpCreation.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int CODE_LOCATION_FIELD_NUMBER
Valeur constante : 8
public statique final int DEVICE_NAME_FIELD_NUMBER
Valeur constante : 5
public statique final int GRAPH_ID_FIELD_NUMBER
Valeur constante : 4
public statique final int GRAPH_NAME_FIELD_NUMBER
Valeur constante : 3
public statique final int INPUT_NAMES_FIELD_NUMBER
Valeur constante : 6
public statique final entier NUM_OUTPUTS_FIELD_NUMBER
Valeur constante : 7
public statique final int OP_NAME_FIELD_NUMBER
Valeur constante : 2
public statique final int OP_TYPE_FIELD_NUMBER
Valeur constante : 1
public statique final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Valeur constante : 9
Méthodes publiques
public booléen égal (Objet obj)
CodeLocation public 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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique getDeviceName ()
Name of the device that the op is assigned to (if available).
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;
chaîne publique 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;
chaîne publique 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;
chaîne publique getInputNames (index int)
Names of the input tensors to the op.
repeated string input_names = 6;
public com.google.protobuf.ByteString getInputNamesBytes (index 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;
chaîne publique 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;
chaîne publique 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 (index int)
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;
liste publique<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public booléen hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
code de hachage int public ()
public final booléen isInitialized ()
public static GraphOpCreation parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static GraphOpCreation parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static GraphOpCreation parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique GraphOpCreation parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static GraphOpCreation parseFrom (données byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique GraphOpCreation parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static GraphOpCreation parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique GraphOpCreation parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|