Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h92 template <typename T> T *getInput(size_t Index) { in getInput() function
/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp68 const std::vector<TfLiteTensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp315 Fortran::lower::CallerInterface::getInput(const PassedEntity &passedEntity) { in getInput() function in Fortran::lower::CallerInterface