Searched defs:SetHasBias (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ | ||
H A D | fullconnection_builder.cpp | 57 OH_NN_ReturnCode FullConnectionBuilder::SetHasBias(const std::shared_ptr<NNTensor>& tensor) in SetHasBias() function in OHOS::NeuralNetworkRuntime::Ops::FullConnectionBuilder |
H A D | lstm_builder.cpp | 53 OH_NN_ReturnCode LSTMBuilder::SetHasBias(const std::shared_ptr<NNTensor>& tensor) in SetHasBias() function in OHOS::NeuralNetworkRuntime::Ops::LSTMBuilder |
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ | ||
H A D | fullconnection_test.cpp | 86 void FullConnectionBuilderTest::SetHasBias(OH_NN_DataType dataType, in SetHasBias() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionBuilderTest |
H A D | fullconnection_with_axis_test.cpp | 109 void FullConnectionAxisBuilderTest::SetHasBias(OH_NN_DataType dataType, in SetHasBias() function in OHOS::NeuralNetworkRuntime::UnitTest::FullConnectionAxisBuilderTest |