Home
last modified time | relevance | path

Searched defs:weightValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddepthwise_conv2d_native_pad_test.cpp85 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 Dconv2d_padmode_test.cpp84 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 Dconv2d_tranpose_padmode_test.cpp96 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 Ddepthwise_conv2d_native_padmode_test.cpp82 float* weightValue = new (std::nothrow) float[8]{1, 0, 0, 1, 0, 1, 1, 0}; in SetDepthwiseConv2dInput() local
H A Dconv2d_pad_test.cpp84 float* weightValue = new (std::nothrow) float[4]{1, 1, 1, 1}; in SetConv2dInput() local
H A Dconv2d_transpose_pad_test.cpp101 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 Djs_swiper.cpp400 std::string weightValue; in GetFontContent() local