public final class GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation
type tensorflow.GraphOpCreation
Classes aninhadas
aula | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). |
Constantes
Métodos Públicos
boleano | 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 | |
final static com.google.protobuf.Descriptors.Descriptor | |
Fragmento | 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). |
Fragmento | getGraphId () Unique ID of the graph (generated by debugger). |
com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
Fragmento | 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). |
Fragmento | |
com.google.protobuf.ByteString | |
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. |
Fragmento | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
Fragmento | getOpType () Type of the op (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
int | getOutputTensorIds (índice int) Unique IDs for the output tensors of this op. |
int | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
List <Integer> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
int | |
final com.google.protobuf.UnknownFieldSet | |
boleano | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
int | hashCode () |
final booleano | |
static GraphOpCreation.Builder | newBuilder (protótipo GraphOpCreation ) |
static GraphOpCreation.Builder | newBuilder () |
GraphOpCreation.Builder | |
GraphOpCreation estático | parseDelimitedFrom (input InputStream) |
GraphOpCreation estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation estático | parseFrom (dados ByteBuffer) |
GraphOpCreation estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation estático | parseFrom (com.google.protobuf.CodedInputStream input) |
GraphOpCreation estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation estático | parseFrom (com.google.protobuf.ByteString data) |
GraphOpCreation estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOpCreation estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
GraphOpCreation.Builder | toBuilder () |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int CODE_LOCATION_FIELD_NUMBER
Valor constante: 8
público estático 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
public static 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
public static final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Valor constante: 9
Métodos Públicos
public boolean equals (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 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;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
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 interno )
Names of the input tensors to the op.
repeated string input_names = 6;
public com.google.protobuf.ByteString getInputNamesBytes (int index)
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 index)
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphOpCreation parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphOpCreation parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static GraphOpCreation parseFrom (com.google.protobuf.CodedInputStream input)
Lança
IOException |
---|
public static GraphOpCreation parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static GraphOpCreation parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static GraphOpCreation parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphOpCreation parseFrom (com.google.protobuf.ByteString data, 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 |
---|