Searched refs:GetOutputTensors (Results 1 – 7 of 7) sorted by relevance
54 std::vector<std::shared_ptr<NNTensor>> GetOutputTensors() const;
713 std::vector<std::shared_ptr<NNTensor>> InnerModel::GetOutputTensors() const in GetOutputTensors() function in OHOS::NeuralNetworkRuntime::InnerModel
751 EXPECT_EQ(innerModel.GetOutputTensors(), compilationTest.GetOutputTensors());
112 MOCK_CONST_METHOD0(GetOutputTensors, std::vector<std::shared_ptr<NNTensor>>());
715 std::vector<std::shared_ptr<NNTensor>> outTensors = m_innerModelTest.GetOutputTensors();
655 std::vector<std::shared_ptr<NNTensor>> outTensors = m_innerModelTest.GetOutputTensors();