|
Enzyme main
|
#include "MLIR/Passes/EnzymeBatchPass.h"

Public Member Functions | |
| bool | operator< (const BatchCacheKey &other) const |
Public Attributes | |
| FunctionOpInterface | function |
| SmallVector< int64_t > | batchSizes |
Definition at line 17 of file EnzymeBatchPass.h.
|
inline |
Definition at line 22 of file EnzymeBatchPass.h.
References batchSizes, and function.
| SmallVector<int64_t> mlir::enzyme::batchutils::BatchCacheKey::batchSizes |
Definition at line 19 of file EnzymeBatchPass.h.
Referenced by operator<().
| FunctionOpInterface mlir::enzyme::batchutils::BatchCacheKey::function |
Definition at line 18 of file EnzymeBatchPass.h.
Referenced by operator<().