Searched refs:validateModel (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 123 void validateModel(const sp<IDevice>& device, const Model& model); 132 validateModel(device, model); in validateEverything() 146 validateModel(device, model); in validateFailure()
|
D | ValidateModel.cpp | 1223 void validateModel(const sp<IDevice>& device, const Model& model) { in validateModel() function
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 160 void validateModel(const std::shared_ptr<IDevice>& device, const Model& model); 171 validateModel(device, model); in validateEverything() 188 validateModel(device, model); in validateFailure()
|
D | ValidateModel.cpp | 1349 void validateModel(const std::shared_ptr<IDevice>& device, const Model& model) { in validateModel() function
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 128 void validateModel(const sp<IDevice>& device, const Model& model); 151 validateModel(device, model); in validateEverything() 170 validateModel(device, model); in validateFailure()
|
D | ValidateModel.cpp | 1334 void validateModel(const sp<IDevice>& device, const Model& model) { in validateModel() function
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 117 void validateModel(const sp<IDevice>& device, const Model& model); 122 validateModel(device, model); in validateEverything()
|
D | ValidateModel.cpp | 917 void validateModel(const sp<IDevice>& device, const Model& model) { in validateModel() function
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 120 void validateModel(const sp<IDevice>& device, const Model& model); 125 validateModel(device, model); in validateEverything()
|
D | ValidateModel.cpp | 978 void validateModel(const sp<IDevice>& device, const Model& model) { in validateModel() function
|