Searched refs:weightNum (Results 1 - 7 of 7) sorted by relevance
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | depthwise_conv2d_native_pad_test.cpp | 75 int32_t weightNum = 8; in SetDepthwiseConv2dInput() local 88 inputsTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetDepthwiseConv2dInput() 425 int32_t weightNum = 3; in HWTEST_F() local 439 inputsTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in HWTEST_F() 461 int32_t weightNum = 3; in HWTEST_F() local 475 inTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in HWTEST_F()
|
H A D | conv2d_padmode_test.cpp | 74 int32_t weightNum = 4; in SetConv2dInput() local 86 inputTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dInput() 458 int32_t weightNum = 3; in HWTEST_F() local 470 inputTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in HWTEST_F()
|
H A D | depthwise_conv2d_native_padmode_test.cpp | 72 int32_t weightNum = 8; in SetDepthwiseConv2dInput() local 85 inputTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetDepthwiseConv2dInput()
|
H A D | conv2d_tranpose_padmode_test.cpp | 88 int32_t weightNum = 4; in SetConv2dTransposeInput() local 98 inTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dTransposeInput() 451 int32_t weightNum = 3; in HWTEST_F() local 463 inTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in HWTEST_F()
|
H A D | conv2d_transpose_pad_test.cpp | 92 int32_t weightNum = 4; in SetConv2dTransposeInput() local 104 tensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dTransposeInput()
|
H A D | conv2d_pad_test.cpp | 75 int32_t weightNum = 4; in SetConv2dInput() local 87 inputsTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dInput()
|
H A D | fullconnection_with_axis_test.cpp | 61 int32_t weightNum = 4; in SetInputToAlltensor() local 66 tensor->SetBuffer(valueWeight, weightNum * sizeof(float)); in SetInputToAlltensor()
|
Completed in 6 milliseconds