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;