Home
last modified time | relevance | path

Searched refs:logSpecifiedTensorValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp510 logSpecifiedTensorValue(FeatureID, reinterpret_cast<const char *>(Value));
515 logSpecifiedTensorValue(FeatureID, reinterpret_cast<const char *>(Value)); in logInt64Value()
520 logSpecifiedTensorValue(FeatureID, reinterpret_cast<const char *>(Value)); in logInt32Value()
523 void Logger::logSpecifiedTensorValue(size_t FeatureID, const char *RawData) { in logSpecifiedTensorValue() function in Logger
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
DTFUtils.h164 void logSpecifiedTensorValue(size_t FeatureID, const char *RawData);