Home
last modified time | relevance | path

Searched refs:trace_string (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.cc129 string trace_string = {}) { in CallWithRetry() argument
139 if (!trace_string.empty()) {
140 trace.reset(NewTraceRpc(trace_string, &ctx));
/external/chromium-trace/catapult/systrace/systrace/
Doutput_generator.py191 def _EncodeTraceData(trace_string): argument
194 f.write(trace_string)
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc382 string trace_string = profiler::TraceMeOp( in TraceString() local
387 trace_string = in TraceString()
388 profiler::TraceMeEncode(std::move(trace_string), {{"shape", shape}}); in TraceString()
391 return trace_string; in TraceString()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc197 string trace_string = profiler::TraceMeOp(name_view(), type_string_view()); in TraceString() local
201 trace_string = in TraceString()
202 profiler::TraceMeEncode(std::move(trace_string), {{"shape", shape}}); in TraceString()
205 return trace_string; in TraceString()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc628 std::string trace_string = ToTraceString(packets); in WriteTrace() local
630 base::WriteAll(*fd, trace_string.data(), trace_string.size()) >= 0); in WriteTrace()