الواجهة العامة 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 | getDeviceNameBytes () Name of the device that the op is assigned to (if available). |
سلسلة مجردة | معرف الرسم البياني () Unique ID of the graph (generated by debugger). |
مجردة com.google.protobuf.ByteString | الحصول على GraphIdBytes () Unique ID of the graph (generated by debugger). |
سلسلة مجردة | الحصول على GraphName () 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 (فهرس كثافة العمليات) Names of the input tensors to the op. |
مجردة com.google.protobuf.ByteString | getInputNamesBytes (فهرس كثافة العمليات) Names of the input tensors to the op. |
كثافة العمليات مجردة | getInputNamesCount () Names of the input tensors to the op. |
قائمة مجردة <سلسلة> | قائمة getInputNames () Names of the input tensors to the op. |
كثافة العمليات مجردة | الحصول على عدد المخرجات () Number of output tensors emitted by the op. |
سلسلة مجردة | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
مجردة com.google.protobuf.ByteString | الحصول علىOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
سلسلة مجردة | getOpType () Type of the op (e.g., "MatMul"). |
مجردة com.google.protobuf.ByteString | الحصول علىOpTypeBytes () Type of the op (e.g., "MatMul"). |
كثافة العمليات مجردة | getOutputTensorIds (فهرس كثافة العمليات) 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 المجردة العامة (فهرس كثافة العمليات)
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;
قائمة مجردة عامة<Integer> 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;