LLVM
15.0.0git
|
#include "llvm/Analysis/TensorSpec.h"
Public Member Functions | |
const std::string & | getLoggingName () const |
Public Attributes | |
TensorSpec | Spec |
Optional< std::string > | LoggingName |
Definition at line 108 of file TensorSpec.h.
|
inline |
Definition at line 111 of file TensorSpec.h.
References LoggingName, llvm::TensorSpec::name(), and Spec.
Optional<std::string> llvm::LoggedFeatureSpec::LoggingName |
Definition at line 110 of file TensorSpec.h.
Referenced by getLoggingName().
TensorSpec llvm::LoggedFeatureSpec::Spec |
Definition at line 109 of file TensorSpec.h.
Referenced by getLoggingName().