Searched refs:getPythonStacktrace (Results 1 – 3 of 3) sorted by relevance
50 const std::string getPythonStacktrace() const;
78 const std::string TsNode::getPythonStacktrace() const { in getPythonStacktrace() function in torch::lazy::TsNode
51 std::string stack_trace = ts_node->getPythonStacktrace(); in AssignOutputOp()