Debug Identity V2 Op.
tf.raw_ops.DebugIdentityV2(
input,
tfdbg_context_id='',
op_name='',
output_slot=-1,
tensor_debug_mode=-1,
debug_urls=[],
circular_buffer_size=1000,
tfdbg_run_id='',
name=None
)
Provides an identity mapping from input to output, while writing the content of the input tensor by calling DebugEventsWriter.
The semantics of the input tensor depends on tensor_debug_mode. In typical usage, the input tensor comes directly from the user computation only when graph_debug_mode is FULL_TENSOR (see protobuf/debug_event.proto for a list of all the possible values of graph_debug_mode). For the other debug modes, the input tensor should be produced by an additional op or subgraph that computes summary information about one or more tensors.
Returns | |
---|---|
A Tensor . Has the same type as input .
|