Home
last modified time | relevance | path

Searched refs:input_2 (Results 1 – 3 of 3) 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() argument
105 const int16_t b = input_2[index]; in CwiseMul()
112 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int32_t multiplier, int32_t shift, in CwiseMul() argument
118 const int16_t b = input_2[index]; in CwiseMul()
138 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, in CwiseAdd() argument
143 int32_t sum = input_1[index] + input_2[index]; in CwiseAdd()
DQuantUtils.h184 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, int shift,
186 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int32_t multiplier, int32_t shift,
191 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input,
/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
2490 ASSERT_EQ(ANeuralNetworksModel_addOperation(model, ANEURALNETWORKS_CONV_2D, 11, input_2, 1, in TEST_F()