/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 88 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 92 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 98 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 104 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 105 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
|
D | GeneratedTestHarness.h | 28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.h | 29 using NamedDevice = Named<sp<IDevice>>; variable 30 using NeuralnetworksHidlTestParam = NamedDevice; 38 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 91 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 95 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 101 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 107 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 108 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
|
D | GeneratedTestHarness.h | 28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 94 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 98 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 104 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 110 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 111 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
|
D | GeneratedTestHarness.h | 32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
D | CompilationCachingTests.cpp | 409 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>; 417 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1219 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>; 1226 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<std::shared_ptr<IDevice>>; variable 31 using NeuralNetworksAidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 99 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 104 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 110 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 116 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 117 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
|
D | GeneratedTestHarness.h | 30 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 35 const std::shared_ptr<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
D | MemoryDomainTests.cpp | 305 using MemoryDomainAllocateTestParam = std::tuple<NamedDevice, TestOperandType>; 310 : MemoryDomainTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainAllocateTest() 719 using MemoryDomainCopyTestParam = std::tuple<NamedDevice, TestOperandType>; 724 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainCopyTest() 870 using MemoryDomainExecutionTestParam = std::tuple<NamedDevice, TestOperandType, Executor>; 876 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainExecutionTest()
|
D | CompilationCachingTests.cpp | 470 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>; 478 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1023 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>; 1030 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 99 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 103 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 109 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 115 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 116 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
|
D | GeneratedTestHarness.h | 32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|