Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.h47 struct PythonTraceEntry { struct
48 PythonTraceEntry(uint64 start, uint64 end, PyCodeObject* code, in PythonTraceEntry() function
57 ~PythonTraceEntry() { in ~PythonTraceEntry() argument
61 PythonTraceEntry(PythonTraceEntry&& other) { in PythonTraceEntry() function
77 PythonTraceEntry(const PythonTraceEntry& other) = delete; argument
78 void operator=(const PythonTraceEntry&) = delete; argument
79 void operator=(PythonTraceEntry&&) = delete; argument