Home
last modified time | relevance | path

Searched refs:weightNum (Results 1 - 7 of 7) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddepthwise_conv2d_native_pad_test.cpp75 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 Dconv2d_padmode_test.cpp74 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 Ddepthwise_conv2d_native_padmode_test.cpp72 int32_t weightNum = 8; in SetDepthwiseConv2dInput() local
85 inputTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetDepthwiseConv2dInput()
H A Dconv2d_tranpose_padmode_test.cpp88 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 Dconv2d_transpose_pad_test.cpp92 int32_t weightNum = 4; in SetConv2dTransposeInput() local
104 tensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dTransposeInput()
H A Dconv2d_pad_test.cpp75 int32_t weightNum = 4; in SetConv2dInput() local
87 inputsTensor->SetBuffer(weightValue, weightNum * sizeof(weightValue)); in SetConv2dInput()
H A Dfullconnection_with_axis_test.cpp61 int32_t weightNum = 4; in SetInputToAlltensor() local
66 tensor->SetBuffer(valueWeight, weightNum * sizeof(float)); in SetInputToAlltensor()

Completed in 6 milliseconds