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.cc426 string trace_string = profiler::TraceMeOp( in TraceString() local
431 trace_string = in TraceString()
432 profiler::TraceMeEncode(std::move(trace_string), {{"shape", shape}}); in TraceString()
435 return trace_string; in TraceString()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc238 string trace_string = profiler::TraceMeOp(name_view(), type_string_view()); in TraceString() local
242 trace_string = in TraceString()
243 profiler::TraceMeEncode(std::move(trace_string), {{"shape", shape}}); in TraceString()
246 return trace_string; in TraceString()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc645 std::string trace_string = ToTraceString(packets); in WriteTrace() local
647 base::WriteAll(*fd, trace_string.data(), trace_string.size()) >= 0); in WriteTrace()