Home
last modified time | relevance | path

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

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