Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp337 Log->logTensorValue(CurrentFeature, in getPriority()
345 Log->logTensorValue( in getPriority()
351 Log->logTensorValue(CurrentFeature, reinterpret_cast<const char *>(&Ret)); in getPriority()
H A DMLRegAllocEvictAdvisor.cpp1120 Log->logTensorValue(CurrentFeature, in tryFindEvictionCandidatePosition()
1127 Log->logTensorValue( in tryFindEvictionCandidatePosition()
1131 Log->logTensorValue(CurrentFeature, reinterpret_cast<const char *>(&Ret)); in tryFindEvictionCandidatePosition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h138 void logTensorValue(size_t FeatureID, const char *RawData) { in logTensorValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp61 Log->logTensorValue(I, reinterpret_cast<const char *>(getTensorUntyped(I))); in evaluateUntyped()