Home
last modified time | relevance | path

Searched refs:prepareModel (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriver.h39 Return<ErrorStatus> prepareModel(const Model& model,
DSampleDriver.cpp32 Return<ErrorStatus> SampleDriver::prepareModel(const Model& model, in prepareModel() function in android::nn::sample_driver::SampleDriver
/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp491 mDriver->prepareModel(model, preparedModelCallback); in startComputeOnDevice()
DExecutionPlan.cpp51 device->getInterface()->prepareModel(hidlModel, preparedModelCallback); in compile()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp201 Return<ErrorStatus> prepareModel(const HidlModel&, in prepareModel() function in __anon98ebcdcc0111::PartitioningIDevice