Home
last modified time | relevance | path

Searched defs:getInput (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h92 template <typename T> T *getInput(size_t Index) { in getInput() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp68 const std::vector<TfLiteTensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl