Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTFLiteUtils.cpp68 const std::vector<TfLiteTensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl
218 TfLiteTensor *T = Impl->getInput()[Index]; in getUntypedInput()
H A DInlineSizeEstimatorAnalysis.cpp243 int32_t *V = Evaluator->getInput<int32_t>(0); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h92 template <typename T> T *getInput(size_t Index) { in getInput() function