Searched refs:SavedModelPath (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | TFLiteUtils.cpp | 55 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 D | TFUtils.h | 76 TFModelEvaluator(StringRef SavedModelPath,
|