อินเทอร์เฟซสาธารณะ GraphOpCreationOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ที่ตั้งรหัส นามธรรม | รับรหัสตำแหน่ง () 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. |
สตริงที่เป็นนามธรรม | รับชื่ออุปกรณ์ () Name of the device that the op is assigned to (if available). |
นามธรรม com.google.protobuf.ByteString | รับDeviceNameBytes () Name of the device that the op is assigned to (if available). |
สตริงที่เป็นนามธรรม | getGraphId () Unique ID of the graph (generated by debugger). |
นามธรรม com.google.protobuf.ByteString | รับ GraphIdBytes () Unique ID of the graph (generated by debugger). |
สตริงที่เป็นนามธรรม | getGraphName () Name of the graph that the op is a part of (if available). |
นามธรรม com.google.protobuf.ByteString | รับGraphNameBytes () Name of the graph that the op is a part of (if available). |
สตริงที่เป็นนามธรรม | getInputNames (ดัชนี int) Names of the input tensors to the op. |
นามธรรม com.google.protobuf.ByteString | getInputNamesBytes (ดัชนี int) Names of the input tensors to the op. |
บทคัดย่อ | getInputNamesCount () Names of the input tensors to the op. |
รายการนามธรรม<สตริง> | getInputNamesList () Names of the input tensors to the op. |
บทคัดย่อ | getNumOutputs () Number of output tensors emitted by the op. |
สตริงที่เป็นนามธรรม | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
นามธรรม com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
สตริงที่เป็นนามธรรม | getOpType () Type of the op (e.g., "MatMul"). |
นามธรรม com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
บทคัดย่อ | getOutputTensorIds (ดัชนี int) Unique IDs for the output tensors of this op. |
บทคัดย่อ | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
รายการนามธรรม<จำนวนเต็ม> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
บูลีนนามธรรม | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
วิธีการสาธารณะ
CodeLocation นามธรรมสาธารณะ getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
นามธรรมสาธารณะ CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
สตริงนามธรรมสาธารณะ getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
นามธรรมสาธารณะ com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
สตริงนามธรรมสาธารณะ getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4;
นามธรรมสาธารณะ 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;
สตริงนามธรรมสาธารณะ getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
นามธรรมสาธารณะ com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
สตริงนามธรรมสาธารณะ getInputNames (ดัชนี int)
Names of the input tensors to the op.
repeated string input_names = 6;
บทคัดย่อสาธารณะ com.google.protobuf.ByteString getInputNamesBytes (ดัชนี int)
Names of the input tensors to the op.
repeated string input_names = 6;
บทคัดย่อสาธารณะ int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6;
รายการนามธรรมสาธารณะ <String> getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6;
นามธรรมสาธารณะ int getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7;
สตริงนามธรรมสาธารณะ getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
นามธรรมสาธารณะ com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
สตริงนามธรรมสาธารณะ getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1;
นามธรรมสาธารณะ com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1;
บทคัดย่อสาธารณะ int getOutputTensorIds (ดัชนี int)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
บทคัดย่อสาธารณะ int getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
รายการนามธรรมสาธารณะ <จำนวนเต็ม> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
hasCodeLocation บูลีนนามธรรมสาธารณะ ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;