Home
last modified time | relevance | path

Searched refs:getTensorUntyped (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h39 getTensorUntyped(static_cast<size_t>(FeatureID))); in getTensor()
44 getTensorUntyped(static_cast<size_t>(FeatureID))); in getTensor()
47 void *getTensorUntyped(size_t Index) { return InputBuffers[Index]; } in getTensorUntyped() function
48 const void *getTensorUntyped(size_t Index) const { in getTensorUntyped() function
49 return (const_cast<MLModelRunner *>(this))->getTensorUntyped(Index); in getTensorUntyped()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp61 Log->logTensorValue(I, reinterpret_cast<const char *>(getTensorUntyped(I))); in evaluateUntyped()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp341 getRunner().getTensorUntyped(CurrentFeature))); in getPriority()
H A DMLRegAllocEvictAdvisor.cpp258 std::memset(Runner.getTensorUntyped(FeatureIDs::NAME), 0, \ in resetInputs()
1125 getRunner().getTensorUntyped(CurrentFeature))); in tryFindEvictionCandidatePosition()