classe final pública GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation Classes aninhadas
| aula | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). | |
Constantes
| interno | CODE_LOCATION_FIELD_NUMBER | |
| interno | DEVICE_NAME_FIELD_NUMBER | |
| interno | GRAPH_ID_FIELD_NUMBER | |
| interno | GRAPH_NAME_FIELD_NUMBER | |
| interno | INPUT_NAMES_FIELD_NUMBER | |
| interno | NUM_OUTPUTS_FIELD_NUMBER | |
| interno | OP_NAME_FIELD_NUMBER | |
| interno | OP_TYPE_FIELD_NUMBER | |
| interno | OUTPUT_TENSOR_IDS_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Localização do código | 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 | |
| Criação GraphOp | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | 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). |
| Corda | getGraphId () Unique ID of the graph (generated by debugger). |
| com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
| Corda | 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). |
| Corda | getInputNames (índice interno) Names of the input tensors to the op. |
| com.google.protobuf.ByteString | getInputNamesBytes (índice interno) Names of the input tensors to the op. |
| interno | getInputNamesCount () Names of the input tensors to the op. |
| com.google.protobuf.ProtocolStringList | getInputNamesList () Names of the input tensors to the op. |
| interno | getNumOutputs () Number of output tensors emitted by the op. |
| Corda | getOpNome () Name of the op (e.g., "Dense/MatMul_1"). |
| com.google.protobuf.ByteString | getOpNomeBytes () 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"). |
| interno | getOutputTensorIds (índice interno) Unique IDs for the output tensors of this op. |
| interno | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| Lista<Inteiro> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| interno | código hash () |
| booleano final | |
| GraphOpCreation.Builder estático | newBuilder (protótipo GraphOpCreation ) |
| 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 (dados de ByteBuffer) |
| GraphOpCreation estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| GraphOpCreation estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation estático | parseFrom (dados com.google.protobuf.ByteString) |
| GraphOpCreation estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| GraphOpCreation.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int CODE_LOCATION_FIELD_NUMBER
Valor Constante: 8
público estático final int 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
público estático final int INPUT_NAMES_FIELD_NUMBER
Valor Constante: 6
int final estático público 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
booleano público é igual (Object obj)
CodeLocation público 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; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String 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; String 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; String 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; string 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; String 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; String 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; public List<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasCodeLocation booleano público ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; hashCode int público ()
público final booleano isInitialized ()
public static GraphOpCreation parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphOpCreation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphOpCreation parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphOpCreation parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static GraphOpCreation parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphOpCreation parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static GraphOpCreation parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphOpCreation parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|