Searched defs:weightValue (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
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 __anond26542e30302() variable 472 float* weightValue = new (std::nothrow) float[8]{1, 0, 0, 1, 0, 1, 1, 0}; in __anond26542e30502() variable
|
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 __anon58a7d2960302() variable
|
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 __anon5a8f7e210302() variable
|
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 | conv2d_pad_test.cpp | 84 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dInput() local
|
H A D | conv2d_transpose_pad_test.cpp | 101 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dTransposeInput() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 400 std::string weightValue; in GetFontContent() local
|