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

Public Member Functions | |
| bool | operator< (const BatchDiffCacheKey &other) const |
Public Attributes | |
| FunctionOpInterface | function |
| SmallVector< mlir::Value > | inputs |
| SmallVector< enzyme::Activity > | inActivity |
| SmallVector< enzyme::Activity > | retActivity |
| Block * | blk |
Definition at line 20 of file EnzymeBatchDiffPass.h.
|
inline |
Definition at line 28 of file EnzymeBatchDiffPass.h.
References blk, function, inActivity, inputs, and retActivity.
| Block* mlir::enzyme::batchutils::BatchDiffCacheKey::blk |
Definition at line 25 of file EnzymeBatchDiffPass.h.
Referenced by operator<().
| FunctionOpInterface mlir::enzyme::batchutils::BatchDiffCacheKey::function |
Definition at line 21 of file EnzymeBatchDiffPass.h.
Referenced by operator<().
| SmallVector<enzyme::Activity> mlir::enzyme::batchutils::BatchDiffCacheKey::inActivity |
Definition at line 23 of file EnzymeBatchDiffPass.h.
Referenced by operator<().
| SmallVector<mlir::Value> mlir::enzyme::batchutils::BatchDiffCacheKey::inputs |
Definition at line 22 of file EnzymeBatchDiffPass.h.
Referenced by operator<().
| SmallVector<enzyme::Activity> mlir::enzyme::batchutils::BatchDiffCacheKey::retActivity |
Definition at line 24 of file EnzymeBatchDiffPass.h.
Referenced by operator<().