GraphOpCreation kelas akhir publik
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation Kelas Bersarang
| kelas | GraphOpCreation.Pembangun | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). | |
Konstanta
| ke dalam | CODE_LOCATION_FIELD_NUMBER | |
| ke dalam | DEVICE_NAME_FIELD_NUMBER | |
| ke dalam | GRAPH_ID_FIELD_NUMBER | |
| ke dalam | GRAPH_NAME_FIELD_NUMBER | |
| ke dalam | INPUT_NAMES_FIELD_NUMBER | |
| ke dalam | NUM_OUTPUTS_FIELD_NUMBER | |
| ke dalam | OP_NAME_FIELD_NUMBER | |
| ke dalam | OP_TYPE_FIELD_NUMBER | |
| ke dalam | OUTPUT_TENSOR_IDS_FIELD_NUMBER |
Metode Publik
| boolean | sama dengan (Objek objek) |
| Lokasi Kode | dapatkan KodeLokasi () The unique ID for code location (stack trace) of the op's creation. |
| CodeLocationOrBuilder | dapatkanCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
| GraphOpCreation statis | |
| Penciptaan Grafik | |
| com.google.protobuf.Descriptors.Descriptor statis terakhir | |
| Rangkaian | dapatkan Nama Perangkat () Name of the device that the op is assigned to (if available). |
| com.google.protobuf.ByteString | dapatkanDeviceNameBytes () Name of the device that the op is assigned to (if available). |
| Rangkaian | dapatkanGraphId () Unique ID of the graph (generated by debugger). |
| com.google.protobuf.ByteString | dapatkanGraphIdBytes () Unique ID of the graph (generated by debugger). |
| Rangkaian | dapatkanGraphName () Name of the graph that the op is a part of (if available). |
| com.google.protobuf.ByteString | dapatkanGraphNameBytes () Name of the graph that the op is a part of (if available). |
| Rangkaian | getInputNames (indeks int) Names of the input tensors to the op. |
| com.google.protobuf.ByteString | getInputNamesBytes (indeks int) Names of the input tensors to the op. |
| ke dalam | dapatkanInputNamesCount () Names of the input tensors to the op. |
| com.google.protobuf.ProtocolStringList | dapatkanDaftarNamaInput () Names of the input tensors to the op. |
| ke dalam | dapatkanNumOutput () Number of output tensors emitted by the op. |
| Rangkaian | dapatkan NamaOp () Name of the op (e.g., "Dense/MatMul_1"). |
| com.google.protobuf.ByteString | dapatkanOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
| Rangkaian | dapatkanOpType () Type of the op (e.g., "MatMul"). |
| com.google.protobuf.ByteString | dapatkanOpTypeBytes () Type of the op (e.g., "MatMul"). |
| ke dalam | getOutputTensorIds (indeks int) Unique IDs for the output tensors of this op. |
| ke dalam | dapatkanOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| Daftar<Bilangan Bulat> | dapatkanOutputTensorIdsList () Unique IDs for the output tensors of this op. |
| ke dalam | |
| final com.google.protobuf.UnknownFieldSet | |
| boolean | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| ke dalam | Kode hash () |
| boolean terakhir | |
| GraphOpCreation.Builder statis | newBuilder (prototipe GraphOpCreation ) |
| GraphOpCreation.Builder statis | |
| GraphOpCreation.Pembangun | |
| GraphOpCreation statis | parseDelimitedFrom (masukan Aliran Masukan) |
| GraphOpCreation statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation statis | parseFrom (data ByteBuffer) |
| GraphOpCreation statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
| GraphOpCreation statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation statis | parseFrom (com.google.protobuf.ByteString data) |
| GraphOpCreation statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphOpCreation statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statis | pengurai () |
| GraphOpCreation.Pembangun | |
| ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int final statis publik CODE_LOCATION_FIELD_NUMBER
Nilai Konstan: 8
int akhir statis publik DEVICE_NAME_FIELD_NUMBER
Nilai Konstan: 5
int akhir statis publik GRAPH_ID_FIELD_NUMBER
Nilai Konstan: 4
int akhir statis publik GRAPH_NAME_FIELD_NUMBER
Nilai Konstan: 3
int akhir statis publik INPUT_NAMES_FIELD_NUMBER
Nilai Konstan: 6
int final statis publik NUM_OUTPUTS_FIELD_NUMBER
Nilai Konstan: 7
int akhir statis publik OP_NAME_FIELD_NUMBER
Nilai Konstan: 2
int akhir statis publik OP_TYPE_FIELD_NUMBER
Nilai Konstan: 1
int akhir statis publik OUTPUT_TENSOR_IDS_FIELD_NUMBER
Nilai Konstan: 9
Metode Publik
boolean publik sama (Obj objek)
CodeLocation publik getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; CodeLocationOrBuilder publik 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 ()
String publik getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5; com.google.protobuf.ByteString publik getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5; String publik getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4; publik 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 publik getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; publik com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; String publik getInputNames (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6; publik com.google.protobuf.ByteString getInputNamesBytes (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6; int publik getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6; publik com.google.protobuf.ProtocolStringList getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6; int publik getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7; String publik getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; publik com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; String publik getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1; publik com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1; publik int getOutputTensorIds (indeks int)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; int publik getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; Daftar publik<Bilangan Bulat> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; publik dapatkanParserForType ()
publik int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasCodeLocation boolean publik ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; kode hash int publik ()
boolean akhir publik diinisialisasi ()
parseDelimitedFrom GraphOpCreation statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO |
|---|
parseFrom GraphOpCreation statis publik (data ByteBuffer)
Melempar
| ProtokolBufferException Tidak Valid |
|---|
parseFrom GraphOpCreation statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO |
|---|
parseFrom GraphOpCreation statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| InvalidProtocolBufferException |
|---|
parseFrom GraphOpCreation statis publik (com.google.protobuf.CodedInputStream input)
Melempar
| Pengecualian IO |
|---|
parseFrom GraphOpCreation statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| InvalidProtocolBufferException |
|---|
parseFrom GraphOpCreation statis publik (com.google.protobuf.ByteString data)
Melempar
| InvalidProtocolBufferException |
|---|
parseFrom GraphOpCreation statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO |
|---|
parseFrom GraphOpCreation statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| ProtokolBufferException Tidak Valid |
|---|
statis publik pengurai ()
public void writeTo (com.google.protobuf.CodedOutputStream keluaran)
Melempar
| Pengecualian IO |
|---|