MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _create_host_call

Method _create_host_call

tensorflow/python/tpu/tensor_tracer.py:1024–1027  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1022 return tensor_trace_order
1023
1024 def _create_host_call(self):
1025 return self._parameters.trace_mode in (
1026 tensor_tracer_flags.TRACE_MODE_SUMMARY,
1027 tensor_tracer_flags.TRACE_MODE_FULL_TENSOR_SUMMARY)
1028
1029
1030 def _generate_flush_cache_op(self, num_replicas, on_tpu):

Callers 1

_trace_executionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected