Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h236 template <typename T> T *getInput(size_t Index) { in getInput() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp227 const std::vector<TF_Tensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl
440 return TF_TensorData(Impl->getInput()[Index]); in getUntypedInput()
H A DInlineSizeEstimatorAnalysis.cpp245 int32_t *V = Evaluator->getInput<int32_t>(0); in run()