Searched refs:create_model (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.h | 41 void Execute(const sp<V1_0::IDevice>& device, std::function<V1_0::Model(void)> create_model, 44 void Execute(const sp<V1_1::IDevice>& device, std::function<V1_1::Model(void)> create_model, 47 void Execute(const sp<V1_2::IDevice>& device, std::function<V1_2::Model(void)> create_model,
|
D | GeneratedTestHarness.cpp | 433 void Execute(const sp<V1_0::IDevice>& device, std::function<V1_0::Model(void)> create_model, in Execute() argument 435 V1_0::Model model = create_model(); in Execute() 480 void Execute(const sp<V1_1::IDevice>& device, std::function<V1_1::Model(void)> create_model, in Execute() argument 482 V1_1::Model model = create_model(); in Execute() 569 void Execute(const sp<V1_2::IDevice>& device, std::function<V1_2::Model(void)> create_model, in Execute() argument 572 V1_2::Model model = create_model(); in Execute()
|