Searched refs:bidirectionalTensor (Results 1 – 1 of 1) sorted by relevance
77 … std::shared_ptr<NNTensor> bidirectionalTensor = TransToNNTensor(dataType, dim, quantParam, type); in SaveBidirectional() local80 bidirectionalTensor->SetBuffer(bidirectionalValue, sizeof(bool)); in SaveBidirectional()81 m_allTensors.emplace_back(bidirectionalTensor); in SaveBidirectional()364 std::shared_ptr<NNTensor> bidirectionalTensor = TransToNNTensor(OH_NN_INT64, m_paramDim, variable368 bidirectionalTensor->SetBuffer(bidirectionalValue, sizeof(int64_t));369 m_allTensors.emplace_back(bidirectionalTensor);939 std::shared_ptr<NNTensor> bidirectionalTensor = TransToNNTensor(OH_NN_BOOL, m_paramDim, variable941 m_allTensors.emplace_back(bidirectionalTensor);