Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp135 int32_t executionPreference, const std::string& cacheDir, in compileModelAndCache()
159 int compile(std::shared_ptr<Device> device, const ModelBuilder* model, int32_t executionPreference, in compile()
494 int32_t executionPreference) { in finishSubModel()
592 int32_t executionPreference) { in finish()
612 int32_t executionPreference) { in finish()
621 int ExecutionPlan::finish(const ModelBuilder* fromModel, int32_t executionPreference) { in finish()
DManager.cpp249 int DriverDevice::prepareModel(const Model& hidlModel, ExecutionPreference executionPreference, in prepareModel()
346 int CpuDevice::prepareModel(const Model& hidlModel, ExecutionPreference executionPreference, in prepareModel()