Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Dcontext.h82 struct TORCH_API MemoryPlan { struct
91 std::vector<int64_t> buffer_sizes_;
H A Dcontext.cpp107 MemoryPlan::MemoryPlan(const c10::IValue& value) { in MemoryPlan() function in torch::jit::mobile::nnc::MemoryPlan