Home
last modified time | relevance | path

Searched defs:epsilonValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dbatchnorm_builder_test.cpp54 float *epsilonValue = new (std::nothrow) float(0.0f); in SaveParamsTensor() local
163 float epsilonValue = 0.0f; variable
185 float epsilonValue[2] = {0.0f, 0.0f}; variable
237 float epsilonValue = 0.9; variable
H A Dinstance_norm_test.cpp56 float* epsilonValue = new (std::nothrow) float [1]{0.0f}; in SaveParamsTensor() local
182 int64_t* epsilonValue = new (std::nothrow) int64_t [1]{0.0f}; variable
235 float epsilonValue = 0.0f; variable
H A Dlayernorm_builder_test.cpp71 float* epsilonValue = new (std::nothrow) float(0.0f); in SaveEpsilonTensor() local
264 int32_t epsilonValue = 1; variable
289 float epsilonValue[2] = {1e-7, 1e-7}; variable
437 float epsilonValue = 0.0f; variable
H A Dl2_normalize_test.cpp66 float* epsilonValue = new (std::nothrow) float[1] {0.0f}; in SetEpsilon() local
207 int64_t* epsilonValue = new (std::nothrow) int64_t[1] {0}; variable
363 float epsilonValue {0.0f}; variable