genel final sınıfı GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation İç İçe Sınıflar
| sınıf | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). | |
Sabitler
Genel Yöntemler
| boolean | eşittir (Nesne nesnesi) |
| Kod Konumu | 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. |
| statik GraphOpCreation | |
| GraphOpCreation | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| Sicim | 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). |
| Sicim | getGraphId () Unique ID of the graph (generated by debugger). |
| com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
| Sicim | 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). |
| Sicim | getInputNames (int dizini) Names of the input tensors to the op. |
| com.google.protobuf.ByteString | getInputNamesBytes (int dizini) 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. |
| Sicim | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
| com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
| Sicim | getOpType () Type of the op (e.g., "MatMul"). |
| com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
| int | getOutputTensorIds (int dizini) Unique IDs for the output tensors of this op. |
| int | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| Liste<Tamsayı> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| boolean | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| int | hashKodu () |
| son boole değeri | Başlatıldı () |
| statik GraphOpCreation.Builder | newBuilder ( GraphOpCreation prototipi) |
| statik GraphOpCreation.Builder | yeniİnşaatçı () |
| GraphOpCreation.Builder | |
| statik GraphOpCreation | parseDelimitedFrom (InputStream girişi) |
| statik GraphOpCreation | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik GraphOpCreation | parseFrom (ByteBuffer verileri) |
| statik GraphOpCreation | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik GraphOpCreation | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik GraphOpCreation | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
| statik GraphOpCreation | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik GraphOpCreation | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
| statik GraphOpCreation | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik GraphOpCreation | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik | ayrıştırıcı () |
| GraphOpCreation.Builder | inşaatçıya () |
| geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int CODE_LOCATION_FIELD_NUMBER
Sabit Değer: 8
genel statik final int DEVICE_NAME_FIELD_NUMBER
Sabit Değer: 5
genel statik final int GRAPH_ID_FIELD_NUMBER
Sabit Değer: 4
genel statik final int GRAPH_NAME_FIELD_NUMBER
Sabit Değer: 3
genel statik final int INPUT_NAMES_FIELD_NUMBER
Sabit Değer: 6
genel statik final int NUM_OUTPUTS_FIELD_NUMBER
Sabit Değer: 7
genel statik final int OP_NAME_FIELD_NUMBER
Sabit Değer: 2
genel statik final int OP_TYPE_FIELD_NUMBER
Sabit Değer: 1
genel statik final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Sabit Değer: 9
Genel Yöntemler
genel boole eşittir (Object obj)
genel 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 ()
genel Dize 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; genel Dize 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; genel Dize 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 (int indeksi)
Names of the input tensors to the op.
repeated string input_names = 6; public com.google.protobuf.ByteString getInputNamesBytes (int dizini)
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; genel Dize 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 dizini)
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; genel Liste<Tamsayı> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; halk getParserForType ()
public int getSerializedSize ()
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel boolean hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; genel int hashCode ()
genel final boolean isInitialized ()
genel statik GraphOpCreation ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IO İstisnası |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (ByteBuffer verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IO İstisnası |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
| IO İstisnası |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IO İstisnası |
|---|
genel statik GraphOpCreation ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
| IO İstisnası |
|---|