Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry.cpp248 std::unordered_map<std::string, std::shared_ptr<Graph>>& reused_functions, in genShapeComputeFn()
280 std::unordered_map<std::string, std::shared_ptr<Graph>>& reused_functions, in registerSchema()
292 std::unordered_map<std::string, std::shared_ptr<Graph>>& reused_functions, in registerBoundedSchema()
302 std::unordered_map<std::string, std::shared_ptr<Graph>> reused_functions; in loadModule() local