Home
last modified time | relevance | path

Searched defs:push_onto_stack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DPythonTorchFunctionTLS.cpp8 void PythonTorchFunctionTLS::push_onto_stack(std::shared_ptr<SafePyObject> mode) { in push_onto_stack() function in at::impl::PythonTorchFunctionTLS
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view.cc1459 auto push_onto_stack = [this]( in SortTopologically() local