Home
last modified time | relevance | path

Searched defs:trace_call (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py66 def trace_call(self, frame): member in ProfileSimulator
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc883 void StreamExecutor::SubmitTrace(TraceCallT trace_call, ArgsT&&... args) { in SubmitTrace()