/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Interface Definitions *| |* *| |* Automatically generated file, do not edit! *| |* *| \*===----------------------------------------------------------------------===*/ /// Verifies the encoding is valid for a tensor type with the /// given shape and element type. Generates a diagnostic using /// the supplied callback on failure. ::llvm::LogicalResult mlir::VerifiableTensorEncoding::verifyEncoding(::mlir::ArrayRef<int64_t> shape, ::mlir::Type elementType, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) const { … }