Lines Matching refs:Result
97 Result::NO_ERROR); in invoke()
100 Result::NO_ERROR); in invoke()
103 Result::NO_ERROR); in invoke()
106 Result::NO_ERROR); in invoke()
109 Result::NO_ERROR); in invoke()
112 Result::NO_ERROR); in invoke()
115 Result::NO_ERROR); in invoke()
118 Result::NO_ERROR); in invoke()
121 Result::NO_ERROR); in invoke()
124 Result::NO_ERROR); in invoke()
127 Result::NO_ERROR); in invoke()
129 Result::NO_ERROR); in invoke()
132 Result::NO_ERROR); in invoke()
135 Result::NO_ERROR); in invoke()
137 Result::NO_ERROR); in invoke()
141 Result::NO_ERROR); in invoke()
143 Result::NO_ERROR); in invoke()
145 ASSERT_EQ(execution.compute(), Result::NO_ERROR); in invoke()
225 Result setInputTensor(Execution* execution, int tensor, const std::vector<T>& data) { in setInputTensor()
229 Result setOutputTensor(Execution* execution, int tensor, std::vector<T>* data) { in setOutputTensor()