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

Method Exit

tensorflow/compiler/xla/python/xla.cc:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 }
570 }
571 py::object Exit(const py::object& ex_type, const py::object& ex_value,
572 const py::object& traceback) {
573 traceme_.reset();
574 return py::none();
575 }
576
577 static bool IsEnabled() { return tensorflow::profiler::TraceMe::Active(); }
578

Calls 1

resetMethod · 0.45