Lines Matching refs:kDevice
108 : kDevice(device), kPreparedModel(preparedModel), kTestModel(testModel) {} in DeviceMemoryAllocator()
144 const auto ret = kDevice->allocate({}, {kPreparedModel}, inputRoles, outputRoles, cb); in allocateInternal()
183 const sp<IDevice> kDevice; member in android::hardware::neuralnetworks::V1_3::vts::functional::__anon404ff7050111::DeviceMemoryAllocator
340 : kDevice(std::move(device)), kPreparedModel(std::move(preparedModel)) {} in ExecutionContextV1_3()
354 const sp<IDevice> kDevice; member in android::hardware::neuralnetworks::V1_3::vts::functional::ExecutionContextV1_3
367 DeviceMemoryAllocator allocator(kDevice, kPreparedModel, testModel); in createRequest()
928 ASSERT_NE(kDevice, nullptr); in SetUp()
929 const bool deviceIsResponsive = kDevice->ping().isOk(); in SetUp()
965 Execute(kDevice, kTestModel, TestKind::GENERAL); in TEST_P()
969 Execute(kDevice, kTestModel, TestKind::DYNAMIC_SHAPE); in TEST_P()
973 Execute(kDevice, kTestModel, TestKind::MEMORY_DOMAIN); in TEST_P()
977 Execute(kDevice, kTestModel, TestKind::FENCED_COMPUTE); in TEST_P()
981 Execute(kDevice, kTestModel, TestKind::QUANTIZATION_COUPLING); in TEST_P()
985 Execute(kDevice, kTestModel, TestKind::INTINITE_LOOP_TIMEOUT); in TEST_P()