Searched defs:weightValue (Results 1 - 7 of 7) sorted by relevance
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | depthwise_conv2d_native_padmode_test.cpp | 82 float* weightValue = new (std::nothrow) float[8]{1, 0, 0, 1, 0, 1, 1, 0}; in SetDepthwiseConv2dInput() local
|
H A D | depthwise_conv2d_native_pad_test.cpp | 85 float* weightValue = new (std::nothrow) float[8]{1, 0, 0, 1, 0, 1, 1, 0}; in SetDepthwiseConv2dInput() local 436 float* weightValue = new (std::nothrow) float[3]{1, 0, 0}; in HWTEST_F() local 472 float* weightValue = new (std::nothrow) float[8]{1, 0, 0, 1, 0, 1, 1, 0}; in HWTEST_F() local [all...] |
H A D | conv2d_padmode_test.cpp | 84 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dInput() local 467 float* weightValue = new (std::nothrow) float[3]{1, 1, 1}; in HWTEST_F() local
|
H A D | conv2d_transpose_pad_test.cpp | 101 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dTransposeInput() local
|
H A D | conv2d_pad_test.cpp | 84 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dInput() local
|
H A D | conv2d_tranpose_padmode_test.cpp | 96 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dTransposeInput() local 460 float* weightValue = new (std::nothrow) float[3]{1, 1, 1}; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indicator.cpp | 136 std::string weightValue; in GetFontContent() local
|
Completed in 6 milliseconds