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

Method SetPythonStack

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

Source from the content-addressed store, hash-verified

76}
77
78TEST_API void Tracer::SetPythonStack(std::string stack_str) {
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; }

Callers 1

SetPythonStackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected