classe finale pubblica GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation
Classi nidificate
classe | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
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 statico | |
GraphOpCreation | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getNomeDispositivo () 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). |
Corda | getIdGrafico () Unique ID of the graph (generated by debugger). |
com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
Corda | getNomeGrafico () Name of the graph that the op is a part of (if available). |
com.google.protobuf.ByteString | getNomeGraficoBytes () Name of the graph that the op is a part of (if available). |
Corda | getInputNames (indice int) Names of the input tensors to the op. |
com.google.protobuf.ByteString | getInputNamesBytes (indice 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 | getNumUscite () Number of output tensors emitted by the op. |
Corda | getOpNome () Name of the op (e.g., "Dense/MatMul_1"). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
Corda | getOpType () Type of the op (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
int | getOutputTensorIds (indice int) Unique IDs for the output tensors of this op. |
int | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
Elenco<intero> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
int | codicehash () |
booleano finale | |
GraphOpCreation.Builder statico | newBuilder (prototipo GraphOpCreation ) |
GraphOpCreation.Builder statico | |
GraphOpCreation.Builder | |
GraphOpCreation statico | parseDelimitedFrom (input InputStream) |
GraphOpCreation statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statico | parseFrom (dati ByteBuffer) |
GraphOpCreation statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
GraphOpCreation statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
GraphOpCreation statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statico | parseFrom (dati com.google.protobuf.ByteString) |
GraphOpCreation statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
GraphOpCreation.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int CODE_LOCATION_FIELD_NUMBER
Valore costante: 8
pubblico statico finale int DEVICE_NAME_FIELD_NUMBER
Valore costante: 5
public static final int GRAPH_ID_FIELD_NUMBER
Valore costante: 4
pubblico statico finale int GRAPH_NAME_FIELD_NUMBER
Valore costante: 3
public static final int INPUT_NAMES_FIELD_NUMBER
Valore costante: 6
public static final int NUM_OUTPUTS_FIELD_NUMBER
Valore costante: 7
public static final int OP_NAME_FIELD_NUMBER
Valore costante: 2
public static final int OP_TYPE_FIELD_NUMBER
Valore costante: 1
public static final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Valore costante: 9
Metodi pubblici
booleano pubblico è uguale a (Oggetto 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
pubblico com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
stringa pubblica getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4;
pubblico 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;
stringa pubblica getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
pubblico 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 (indice int)
Names of the input tensors to the op.
repeated string input_names = 6;
pubblico com.google.protobuf.ByteString getInputNamesBytes (indice 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;
pubblico 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;
stringa pubblica getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
pubblico com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
stringa pubblica getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1;
pubblico com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1;
public int getOutputTensorIds (indice 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;
public List<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasCodeLocation booleano pubblico ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
public int hashCode ()
public final booleano isInitialized ()
public static GraphOpCreation parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico GraphOpCreation (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico GraphOpCreation (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphOpCreation (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
parseFrom pubblico statico GraphOpCreation (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphOpCreation (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphOpCreation (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico GraphOpCreation (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|