Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp299 const std::vector<TF_Tensor *> &getInput() const { return Input; } in getInput() function in llvm::TFModelEvaluatorImpl
442 return TF_TensorData(Impl->getInput()[Index]); in getUntypedInput()
H A DInlineSizeEstimatorAnalysis.cpp245 int32_t *V = Evaluator->getInput<int32_t>(0); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h229 template <typename T> T *getInput(size_t Index) { in getInput() function