Lines Matching refs:Impl
188 : Impl(new TFModelEvaluatorImpl(SavedModelPath, InputSpecs, OutputSpecs,
190 if (!Impl->isValid())
191 Impl.reset();
214 return EvaluationResult(Impl->evaluate());
218 TfLiteTensor *T = Impl->getInput()[Index];
225 std::unique_ptr<EvaluationResultImpl> Impl)
226 : Impl(std::move(Impl)) {}
229 : Impl(std::move(Other.Impl)) {}
233 Impl = std::move(Other.Impl);
238 return Impl->getOutput(Index)->data.data;
243 return Impl->getOutput(Index)->data.data;