MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / GetPythonStack

Method GetPythonStack

paddle/fluid/imperative/tracer.cc:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 python_stack_ = stack_str;
80}
81TEST_API std::string Tracer::GetPythonStack() { return python_stack_; }
82
83const std::shared_ptr<Tracer>& GetCurrentTracer() { return g_current_tracer; }
84

Callers 2

SetPythonStackFunction · 0.45
pylayer_method_applyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected