Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp55 TFModelEvaluatorImpl(StringRef SavedModelPath,
101 StringRef SavedModelPath, const std::vector<TensorSpec> &InputSpecs, in TFModelEvaluatorImpl() argument
111 llvm::sys::path::append(TFLitePathBuff, SavedModelPath, "model.tflite"); in TFModelEvaluatorImpl()
184 TFModelEvaluator::TFModelEvaluator(StringRef SavedModelPath, in TFModelEvaluator() argument
188 : Impl(new TFModelEvaluatorImpl(SavedModelPath, InputSpecs, OutputSpecs, in TFModelEvaluator()
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h76 TFModelEvaluator(StringRef SavedModelPath,