Home
last modified time | relevance | path

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

12

/frameworks/ml/nn/driver/sample/
DSampleDriverMinimal.cpp33 namespace sample_driver { namespace
94 using android::nn::sample_driver::SampleDriverMinimal;
DSampleDriverFloatSlow.cpp32 namespace sample_driver { namespace
83 using android::nn::sample_driver::SampleDriverFloatSlow;
DSampleDriverFloatFast.cpp32 namespace sample_driver { namespace
83 using android::nn::sample_driver::SampleDriverFloatFast;
DSampleDriverQuant.cpp32 namespace sample_driver { namespace
87 using android::nn::sample_driver::SampleDriverQuant;
DSampleDriverAll.cpp24 using android::nn::sample_driver::SampleDriverFull;
DSampleDriverFull.h25 namespace sample_driver {
DSampleDriverPartial.h30 namespace sample_driver {
DSampleDriverPartial.cpp34 namespace sample_driver { namespace
DSampleDriverFull.cpp28 namespace sample_driver { namespace
DSampleDriverUtils.cpp24 namespace sample_driver { namespace
DSampleDriverUtils.h26 namespace sample_driver {
DSampleDriver.h34 namespace sample_driver {
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.h26 namespace sample_driver {
DFibonacciExtensionTest.cpp53 DeviceManager::get()->forTest_registerDevice(sample_driver::FibonacciDriver::kDriverName, in SetUp()
54 new sample_driver::FibonacciDriver()); in SetUp()
DFibonacciDriver.cpp33 namespace sample_driver { namespace
/frameworks/ml/nn/runtime/test/
DTestMemoryDomain.cpp74 class TestDriverLatest : public sample_driver::SampleDriver {
435 sp<sample_driver::SampleDriverFull> driver(new sample_driver::SampleDriverFull( in TEST_F()
DTestExtensions.cpp32 using SampleDriver = ::android::nn::sample_driver::SampleDriver;
DTestFailingDriver.cpp32 using sample_driver::SampleDriverPartial;
DTestRemoveDefaultArguments.cpp102 using sample_driver::SampleDriverPartial;
DTestIntrospectionControl.cpp54 using SampleDriver = nn::sample_driver::SampleDriver;
55 using SamplePreparedModel = nn::sample_driver::SamplePreparedModel;
56 using SampleFencedExecutionCallback = nn::sample_driver::SampleFencedExecutionCallback;
DTestCompilationCaching.cpp93 class CachingDriver : public sample_driver::SampleDriver {
DTestExecution.cpp50 using SampleDriver = nn::sample_driver::SampleDriver;
/frameworks/ml/nn/
DREADME.txt27 ./sample_driver: Sample driver that uses the CPU to execute queries.
/frameworks/ml/nn/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp51 static const sp<V1_3::IDevice> device = new nn::sample_driver::SampleDriverFull( in getDevice()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp43 using android::nn::sample_driver::SampleDriverFull;

12