Searched defs:push_onto_stack (Results 1 – 2 of 2) sorted by relevance
8 void PythonTorchFunctionTLS::push_onto_stack(std::shared_ptr<SafePyObject> mode) { in push_onto_stack() function in at::impl::PythonTorchFunctionTLS
1459 auto push_onto_stack = [this]( in SortTopologically() local