Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp281 class TFModelEvaluatorImpl { class
283 TFModelEvaluatorImpl(StringRef SavedModelPath,
301 ~TFModelEvaluatorImpl();
335 TFModelEvaluatorImpl::TFModelEvaluatorImpl( in TFModelEvaluatorImpl() function in TFModelEvaluatorImpl
379 : Impl(new TFModelEvaluatorImpl(SavedModelPath, InputSpecs, GetOutputSpecs, in TFModelEvaluator()
393 TFModelEvaluatorImpl::~TFModelEvaluatorImpl() { in ~TFModelEvaluatorImpl()
406 bool TFModelEvaluatorImpl::checkReportAndInvalidate( in checkReportAndInvalidate()
430 void TFModelEvaluatorImpl::initInput(size_t Index, TF_DataType Type, in initInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h37 class TFModelEvaluatorImpl; variable
239 std::unique_ptr<TFModelEvaluatorImpl> Impl;