/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/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()));
|
D | MemoryDomainTests.cpp | 314 using MemoryDomainAllocateTestParam = std::tuple<NamedDevice, TestOperandType>; 319 : MemoryDomainTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainAllocateTest() 691 using MemoryDomainCopyTestParam = std::tuple<NamedDevice, TestOperandType>; 696 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainCopyTest() 840 using MemoryDomainExecutionTestParam = std::tuple<NamedDevice, TestOperandType, Executor>; 846 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainExecutionTest()
|
D | CompilationCachingTests.cpp | 412 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>; 420 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1210 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>; 1217 : 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; 41 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 122 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice() 127 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 133 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() 139 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl() 147 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices() 148 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 | 332 using MemoryDomainAllocateTestParam = std::tuple<NamedDevice, TestOperandType>; 337 : MemoryDomainTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainAllocateTest() 746 using MemoryDomainCopyTestParam = std::tuple<NamedDevice, TestOperandType>; 751 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainCopyTest() 897 using MemoryDomainExecutionTestParam = std::tuple<NamedDevice, TestOperandType, Executor>; 903 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainExecutionTest()
|
D | CompilationCachingTests.cpp | 472 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>; 480 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest() 1025 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>; 1032 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
|