Home
last modified time | relevance | path

Searched refs:TensorConstantMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner.h14 using TensorConstantMap = std::unordered_map<std::string, at::Tensor*>; variable
34 void update_inactive_constant_buffer(const TensorConstantMap& const_map);
36 const TensorConstantMap& const_map,
H A Dmodel_container_runner.cpp161 const TensorConstantMap& const_map, in update_constant_buffer()
172 const TensorConstantMap& const_map) { in update_inactive_constant_buffer()
/aosp_15_r20/external/pytorch/test/cpp/aoti_inference/
H A Dtest.cpp108 torch::inductor::TensorConstantMap missing_map, rand_map, real_map; in test_aoti_constants_update()
197 torch::inductor::TensorConstantMap rand_map, real_map; in test_aoti_double_buffering()
271 torch::inductor::TensorConstantMap real_map; in test_aoti_double_buffering_with_tensor_constants()