Home
last modified time | relevance | path

Searched refs:SetBidirectional (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dlstm_builder.h40 OH_NN_ReturnCode SetBidirectional(const std::shared_ptr<NNTensor>& tensor);
65 {OH_NN_LSTM_BIDIRECTIONAL, &LSTMBuilder::SetBidirectional},
H A Dlstm_builder.cpp31 OH_NN_ReturnCode LSTMBuilder::SetBidirectional(const std::shared_ptr<NNTensor>& tensor) in SetBidirectional() function in OHOS::NeuralNetworkRuntime::Ops::LSTMBuilder