Home
last modified time | relevance | path

Searched defs:model (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp42 const V1_1::Model& model) { in validateGetSupportedOperations()
53 const V1_1::Model& model, ExecutionPreference preference) { in validatePrepareModel()
80 static void validate(const sp<IDevice>& device, const std::string& message, V1_1::Model model, in validate()
110 static uint32_t addOperand(Model* model) { in addOperand()
123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
139 static void mutateOperandTypeTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandTypeTest()
145 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest()
169 static void mutateOperandRankTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandRankTest()
174 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest()
198 static void mutateOperandScaleTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandScaleTest()
[all …]
DVtsHalNeuralnetworks.cpp34 static void createPreparedModel(const sp<IDevice>& device, const V1_1::Model& model, in createPreparedModel()
125 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp36 const V1_0::Model& model) { in validateGetSupportedOperations()
47 const V1_0::Model& model) { in validatePrepareModel()
67 static void validate(const sp<IDevice>& device, const std::string& message, V1_0::Model model, in validate()
94 static uint32_t addOperand(Model* model) { in addOperand()
107 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
123 static void mutateOperandTypeTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandTypeTest()
129 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest()
153 static void mutateOperandRankTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandRankTest()
158 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest()
182 static void mutateOperandScaleTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandScaleTest()
[all …]
DVtsHalNeuralnetworks.cpp34 static void createPreparedModel(const sp<IDevice>& device, const V1_0::Model& model, in createPreparedModel()
124 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
DGeneratedTestHarness.cpp435 V1_0::Model model = create_model(); in Execute() local
482 V1_1::Model model = create_model(); in Execute() local
527 void PrepareModel(const sp<V1_2::IDevice>& device, const V1_2::Model& model, in PrepareModel()
572 V1_2::Model model = create_model(); in Execute() local
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp41 const Model& model) { in validateGetSupportedOperations()
52 const Model& model, ExecutionPreference preference) { in validatePrepareModel()
80 static void validate(const sp<IDevice>& device, const std::string& message, Model model, in validate()
110 static uint32_t addOperand(Model* model) { in addOperand()
123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
139 static void mutateOperandTypeTest(const sp<IDevice>& device, const Model& model) { in mutateOperandTypeTest()
145 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest()
177 static void mutateOperandRankTest(const sp<IDevice>& device, const Model& model) { in mutateOperandRankTest()
185 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest()
217 static void mutateOperandScaleTest(const sp<IDevice>& device, const Model& model) { in mutateOperandScaleTest()
[all …]
DVtsHalNeuralnetworks.cpp37 static void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel()
129 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
DCompilationCachingTests.cpp353 bool isModelFullySupported(const V1_2::Model& model) { in isModelFullySupported()
367 void saveModelToCache(const V1_2::Model& model, const hidl_vec<hidl_handle>& modelCache, in saveModelToCache()
404 bool checkEarlyTermination(const V1_2::Model& model) { in checkEarlyTermination()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp35 HexagonModel* model, OperationType op) { in addMul()
49 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in add()
53 bool mul(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in mul()
57 bool pool(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model, in pool()
115 HexagonModel* model) { in average_pool_2d()
120 HexagonModel* model) { in l2_pool_2d()
125 HexagonModel* model) { in max_pool_2d()
130 HexagonModel* model) { in concatenation()
152 HexagonModel* model) { in conv_2d()
212 HexagonModel* model) { in depthwise_conv_2d()
[all …]
DHexagonOperationsPrepare.cpp35 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in add()
50 HexagonModel* model) { in average_pool_2d()
101 HexagonModel* model) { in concatenation()
123 HexagonModel* model) { in conv_2d()
170 HexagonModel* model) { in depthwise_conv_2d()
222 HexagonModel* model) { in fully_connected()
238 HexagonModel* model) { in l2_pool_2d()
289 const std::vector<uint32_t>& outs, HexagonModel* model) { in local_response_normalization()
310 HexagonModel* model) { in logistic()
322 HexagonModel* model) { in max_pool_2d()
[all …]
DDevice.cpp70 Return<void> Device::getSupportedOperations(const Model& model, in getSupportedOperations()
90 static void asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) { in asyncPrepare()
104 Return<ErrorStatus> Device::prepareModel(const Model& model, in prepareModel()
DPreparedModel.cpp37 static void asyncExecute(const std::shared_ptr<hexagon::Model>& model, const Request& request, in asyncExecute()
DHexagonModel.cpp31 static std::vector<OperandInfo> getOperandsInfo(const NeuralnetworksModel& model, in getOperandsInfo()
49 Model::Model(const NeuralnetworksModel& model) : mGraphId(0), mNodeCount(0), mCompiled(false) { in Model()
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp229 V2_0_ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local
258 ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local
282 V2_0_ISoundTriggerHw::SoundModel model; in TEST_F() local
306 V2_0_ISoundTriggerHw::SoundModel model; in TEST_F() local
334 ISoundTriggerHw::SoundModel model; in TEST_F() local
358 ISoundTriggerHw::SoundModel model; in TEST_F() local
/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp200 ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local
225 ISoundTriggerHw::SoundModel model; in TEST_F() local
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp101 bool ExifUtils::SetModel(const std::string& model) { in SetModel()
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp798 bool ExifUtilsImpl::setModel(const std::string& model) { in setModel()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp119 std::string make, model; in initialize() local
953 const std::string& make, const std::string& model) { in setExifMakeModel()