Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp132 class TFModelEvaluatorImpl { class
134 TFModelEvaluatorImpl(StringRef SavedModelPath,
152 ~TFModelEvaluatorImpl();
280 TFModelEvaluatorImpl::TFModelEvaluatorImpl( in TFModelEvaluatorImpl() function in TFModelEvaluatorImpl
337 : Impl(new TFModelEvaluatorImpl(SavedModelPath, InputSpecs, GetOutputSpecs, in TFModelEvaluator()
351 TFModelEvaluatorImpl::~TFModelEvaluatorImpl() { in ~TFModelEvaluatorImpl()
364 bool TFModelEvaluatorImpl::checkReportAndInvalidate( in checkReportAndInvalidate()
388 void TFModelEvaluatorImpl::initInput(size_t Index, TF_DataType Type, in initInput()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h39 class TFModelEvaluatorImpl; variable
183 std::unique_ptr<TFModelEvaluatorImpl> Impl;