Home
last modified time | relevance | path

Searched refs:managed_tensor_values (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dmemory_planner.cpp28 const c10::FastSet<const Value*>& managed_tensor_values) { in tensorValueToTensor() argument
35 if (managed_tensor_values.find(output) == managed_tensor_values.end()) { in tensorValueToTensor()
208 const auto& managed_tensor_values = block_info.managed_tensor_values(); in MemoryPlanner() local
220 const bool in_managed_tensors = setIncludes(managed_tensor_values, out_v); in MemoryPlanner()
383 const auto& managed_tensor_values = block_info.managed_tensor_values(); in StandardMemoryPlanner() local
386 tensorValueToTensor(block_runner->nodes(), managed_tensor_values); in StandardMemoryPlanner()
H A Dimpl.h110 const c10::FastSet<const Value*>& managed_tensor_values);
378 const auto& managed_tensor_values() const { in managed_tensor_values() function
H A Dimpl.cpp400 const c10::FastSet<const Value*>& managed_tensor_values) { in ManagedTensorRanges() argument
457 for (auto* managed_tensor : managed_tensor_values) { in ManagedTensorRanges()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_module.cc1346 FastSet<const Value*> managed_tensor_values; in testAssignStorageToManagedTensors() local
1353 managed_tensor_values.insert(vmap_it->second); in testAssignStorageToManagedTensors()
1356 ASSERT_EQ(managed_tensor_values.size(), tensor_value_to_tensor.size()); in testAssignStorageToManagedTensors()
1360 ManagedTensorRanges(*graph->block(), alias_db, managed_tensor_values); in testAssignStorageToManagedTensors()