Home
last modified time | relevance | path

Searched refs:TFModelEvaluatorImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTFLiteUtils.cpp53 class TFModelEvaluatorImpl { class
55 TFModelEvaluatorImpl(StringRef SavedModelPath,
70 ~TFModelEvaluatorImpl();
100 TFModelEvaluatorImpl::TFModelEvaluatorImpl( in TFModelEvaluatorImpl() function in TFModelEvaluatorImpl
188 : Impl(new TFModelEvaluatorImpl(SavedModelPath, InputSpecs, OutputSpecs, in TFModelEvaluator()
194 TFModelEvaluatorImpl::~TFModelEvaluatorImpl() {} in ~TFModelEvaluatorImpl()
196 bool TFModelEvaluatorImpl::checkReportAndInvalidate(const TfLiteTensor *Tensor, in checkReportAndInvalidate()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/Utils/
DTFUtils.h39 class TFModelEvaluatorImpl; variable
104 std::unique_ptr<TFModelEvaluatorImpl> Impl;