GraphExecutionTraceOrBuilder

ממשק ציבורי GraphExecutionTraceOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מחרוזת מופשטת
getDeviceName ()
 Name of the device that the op belongs to.
תקציר com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
מחרוזת מופשטת
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
תקציר com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
מופשט int
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
מופשט TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
מופשט int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
מופשט TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
תקציר TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
מחרוזת מופשטת
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
תקציר com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
בוליאני מופשט
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

שיטות ציבוריות

מחרוזת תקציר ציבורי getDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

תקציר ציבורי com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op belongs to.
 
string device_name = 6;

מחרוזת תקציר ציבורי getOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

תקציר ציבורי com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

תקציר ציבורי int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

תקציר ציבורי TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

תקציר ציבורי int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

תקציר ציבורי TensorProto getTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

תקציר ציבורי TensorProtoOrBuilder getTensorProtoOrBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

מחרוזת תקציר ציבורי getTfdbgContextId ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

תקציר ציבורי com.google.protobuf.ByteString getTfdbgContextIdBytes ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

תקציר ציבורי בוליאני hasTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;