Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h93 return static_cast<T *>(getUntypedInput(Index)); in getInput()
101 void *getUntypedInput(size_t Index);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp109 setUpBufferForTensor(I, InputSpecs[I], Evaluator->getUntypedInput(I)); in ModelUnderTrainingRunner()
H A DTFLiteUtils.cpp217 void *TFModelEvaluator::getUntypedInput(size_t Index) { in getUntypedInput() function in TFModelEvaluator