Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp339 Log->logTensorValue(CurrentFeature, in getPriority()
347 Log->logTensorValue( in getPriority()
353 Log->logTensorValue(CurrentFeature, reinterpret_cast<const char *>(&Ret)); in getPriority()
H A DMLRegAllocEvictAdvisor.cpp1170 Log->logTensorValue(CurrentFeature,
1177 Log->logTensorValue(
1181 Log->logTensorValue(CurrentFeature, reinterpret_cast<const char *>(&Ret));
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h138 void logTensorValue(size_t FeatureID, const char *RawData) { in logTensorValue() function
/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp61 Log->logTensorValue(I, reinterpret_cast<const char *>(getTensorUntyped(I))); in evaluateUntyped()