Home
last modified time | relevance | path

Searched defs:SetEpsilon (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dbatchnorm_builder.cpp35 OH_NN_ReturnCode BatchNormBuilder::SetEpsilon(const std::shared_ptr<NNTensor>& tensor) in SetEpsilon() function in OHOS::NeuralNetworkRuntime::Ops::BatchNormBuilder
H A Dinstance_norm_builder.cpp31 OH_NN_ReturnCode InstanceNormBuilder::SetEpsilon(const std::shared_ptr<NNTensor>& tensor) in SetEpsilon() function in OHOS::NeuralNetworkRuntime::Ops::InstanceNormBuilder
H A Dl2_normalize_builder.cpp61 OH_NN_ReturnCode L2NormalizeBuilder::SetEpsilon(const std::shared_ptr<NNTensor>& tensor) in SetEpsilon() function in OHOS::NeuralNetworkRuntime::Ops::L2NormalizeBuilder
H A Dlayernorm_builder.cpp59 OH_NN_ReturnCode LayerNormBuilder::SetEpsilon(const std::shared_ptr<NNTensor>& tensor) in SetEpsilon() function in OHOS::NeuralNetworkRuntime::Ops::LayerNormBuilder
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dl2_normalize_test.cpp62 void L2NormalizeBuilderTest::SetEpsilon(OH_NN_DataType dataType, in SetEpsilon() function in OHOS::NeuralNetworkRuntime::UnitTest::L2NormalizeBuilderTest