Searched refs:GetInputTensors (Results 1 – 7 of 7) sorted by relevance
53 std::vector<std::shared_ptr<NNTensor>> GetInputTensors() const;
708 std::vector<std::shared_ptr<NNTensor>> InnerModel::GetInputTensors() const in GetInputTensors() function in OHOS::NeuralNetworkRuntime::InnerModel
739 EXPECT_EQ(innerModel.GetInputTensors(), compilationTest.GetInputTensors());
111 MOCK_CONST_METHOD0(GetInputTensors, std::vector<std::shared_ptr<NNTensor>>());
713 std::vector<std::shared_ptr<NNTensor>> inTensors = m_innerModelTest.GetInputTensors();
653 std::vector<std::shared_ptr<NNTensor>> inTensors = m_innerModelTest.GetInputTensors();