Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt136 // Runtime code t0: t_m_w:B|T1|[NN_LI_PC]prepareModel
139 …NTRACE_FULL(NNTRACE_LAYER_IPC, t3: t_m_w:B|T2|[NN_LD_PC]SampleDriver::prepareModel
143 device->prepareModel(...); t7: t_m_w:E|T2
150 ... SampleDriver::prepareModel(...) {
151 … Note: the SampleDriver::prepareModel is
153 …"SampleDriver::prepareModel"); Driver,…
166 … detail for prepareModel specifically
181 // Runtime code t0: t_m_w:B|T1|[NN_LI_PC]prepareModel
188 device->prepareModel(...);
194 ... VersionedIDevice::prepareModel(...) {
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp451 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon90c3facf0111::TestDriver13
502 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon90c3facf0111::TestDriver12
505 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
556 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon90c3facf0111::TestDriver11
559 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
578 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon90c3facf0111::TestDriver10
581 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
DTestIntrospectionControl.cpp743 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon0350d7ad0111::test_drivers::TestDriver13
778 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon0350d7ad0111::test_drivers::TestDriver11
781 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
DTestPartitioning.cpp536 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anonb50294d30111::PartitioningDriverV1_2
539 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
575 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anonb50294d30111::PartitioningDriverV1_1
578 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
601 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anonb50294d30111::PartitioningDriverV1_0
604 return mLatestDriver->prepareModel(model, actualCallback); in prepareModel()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp58 const auto preparedModel = NN_TRY(device->prepareModel( in runTest()
DREADME.md81 `IDevice::prepareModel` and `IDevice::execute` ([link][6]). Change the test
380 [6]: https://cs.android.com/search?q=prepareModel%20execute&ss=android%2Fplatform%2Fsuperproject:pa…
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidlPartial.h43 ndk::ScopedAStatus prepareModel(
DSampleDriverAidlPartial.cpp49 ndk::ScopedAStatus SampleDriverPartial::prepareModel( in prepareModel() function in android::nn::sample_driver_aidl::SampleDriverPartial
DSampleDriverAidl.h79 ndk::ScopedAStatus prepareModel(
DSampleDriverAidl.cpp104 ndk::ScopedAStatus SampleDriver::prepareModel( in prepareModel() function in android::nn::sample_driver_aidl::SampleDriver
/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp189 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModel( in prepareModel() function in android::nn::sample::LimitedSupportDevice
200 return kDevice->prepareModel(model, preference, priority, deadline, modelCache, dataCache, in prepareModel()
DCanonicalDevice.h54 GeneralResult<SharedPreparedModel> prepareModel(
DLimitedSupportDevice.h61 GeneralResult<SharedPreparedModel> prepareModel(
DCanonicalDevice.cpp158 GeneralResult<SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::nn::sample::Device
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DIDevice.h252 virtual GeneralResult<SharedPreparedModel> prepareModel(
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h55 ::ndk::ScopedAStatus prepareModel(
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp93 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_1
96 return mDriverV1_2->prepareModel(model, actualCallback); in prepareModel()
116 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_0
119 return mDriverV1_2->prepareModel(model, actualCallback); in prepareModel()
/packages/modules/NeuralNetworks/runtime/
DManager.cpp155 std::pair<int, std::shared_ptr<RuntimePreparedModel>> prepareModel(
484 std::pair<int, std::shared_ptr<RuntimePreparedModel>> DriverDevice::prepareModel( in prepareModel() function in android::nn::DriverDevice
524 kInterface->prepareModel(model, preference, priority, deadline, cache.modelCache, in prepareModel()
894 std::pair<int, std::shared_ptr<RuntimePreparedModel>> prepareModel(
1026 std::pair<int, std::shared_ptr<RuntimePreparedModel>> CpuDevice::prepareModel( in prepareModel() function in android::nn::CpuDevice
DManager.h153 virtual std::pair<int, std::shared_ptr<RuntimePreparedModel>> prepareModel(
DExecutionBuilder.cpp1588 auto [n, preparedModel] = DeviceManager::getCpuDevice()->prepareModel( in computeOnCpuFallback()
DExecutionPlan.cpp131 device.prepareModel(makeModel, preference, priority, deadline, cacheInfo, cacheToken, in compile()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.h84 hardware::Return<V1_0::ErrorStatus> prepareModel(
DSampleDriver.cpp168 hardware::Return<V1_0::ErrorStatus> SampleDriver::prepareModel( in prepareModel() function in android::nn::sample_driver::SampleDriver
DSampleDriverFloatXNNPACK.cpp1840 hardware::Return<V1_0::ErrorStatus> prepareModel(
1900 hardware::Return<V1_0::ErrorStatus> SampleDriverFloatXNNPACK::prepareModel( in prepareModel() function in android::nn::sample_driver::SampleDriverFloatXNNPACK
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp627 ndk::ScopedAStatus ShimDevice::prepareModel( in prepareModel() function in aidl::android::hardware::neuralnetworks::ShimDevice