Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel_container.h186 auto constants_map = get_constants_map(/* get_inactive= */ true); in run_const_fold() local
226 const std::unordered_map<std::string, AtenTensorHandle>& constants_map, in update_constant_buffer()
329 const std::shared_ptr<ConstantMap>& constants_map) { in update_array_from_map()
345 auto constants_map = get_constants_map(/* get_inactive= */ true); in swap_constant_buffer() local
H A Dmodel.h606 std::shared_ptr<ConstantMap> constants_map, in Create()