Searched defs:getInput (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/Utils/ | ||
H A D | TFUtils.h | 92 template <typename T> T *getInput(size_t Index) { in getInput() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TFLiteUtils.cpp | 68 const std::vector<TfLiteTensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl |
/llvm-project/flang/lib/Lower/ | ||
H A D | CallInterface.cpp | 315 Fortran::lower::CallerInterface::getInput(const PassedEntity &passedEntity) { in getInput() function in Fortran::lower::CallerInterface |