Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.h50 std::unordered_map<ArgumentSpec, ExecutionPlan> execution_plans; member
/aosp_15_r20/external/executorch/runtime/executor/
H A Dprogram.cpp50 auto execution_plans = program->execution_plan(); in get_execution_plan() local