操作:
{{ focusedExecutionData.op_type }}
输入张量数量:
{{ focusedExecutionData.input_tensor_ids == null ? 0 :
focusedExecutionData.input_tensor_ids.length }}
输出张量数量:
{{ focusedExecutionData.output_tensor_ids == null ? 0 :
focusedExecutionData.output_tensor_ids.length }}
(调试模式: {{ TensorDebugMode[tensorDebugMode] }})