Home
last modified time | relevance | path

Searched defs:input_2 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp99 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, int shift, in CwiseMul()
112 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int32_t multiplier, int32_t shift, in CwiseMul()
138 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, in CwiseAdd()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateModel.cpp2488 const uint32_t input_2[] = {8, 9, 10, 11, 11, 11, 11, 12, 12, 11, 0}; in TEST_F() local