Home
last modified time | relevance | path

Searched defs:ExecutionPlan (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.h25 struct ExecutionPlan { struct
27 ExecutionPlan(std::shared_ptr<Graph> graph, std::string function_name) in ExecutionPlan() argument
49 ExecutionPlan fallback; // XXX: members of this field are optional argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h54 class ExecutionPlan; variable
573 ExecutionPlan() {} in ExecutionPlan() function
591 friend class ExecutionPlan; variable
DModelBuilder.h37 class ExecutionPlan; variable
DExecutionBuilder.h48 class ExecutionPlan; variable
/aosp_15_r20/external/XNNPACK/models/
H A Dmodels.h15 typedef std::vector<std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)>> ExecutionPlan; typedef
/aosp_15_r20/external/executorch/exir/verification/
H A Dinterpreter.py122 execution_plan: ExecutionPlan,
/aosp_15_r20/external/executorch/exir/
H A Dschema.py259 class ExecutionPlan: class
/aosp_15_r20/external/executorch/exir/_serialize/test/
H A Dtest_program.py53 program: Program, plan: ExecutionPlan, blobs: Sequence[bytes]
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py854 self, plan_single: ExecutionPlan, plan_merged: ExecutionPlan
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp106 using ExecutionPlan = nn::ExecutionPlan; typedef
DTestPartitioning.cpp162 using ExecutionPlan = ::android::nn::ExecutionPlan; typedef