Enzyme main
Loading...
Searching...
No Matches
mlir::enzyme::batchutils::BatchDiffCacheKey Struct Reference

#include "MLIR/Passes/EnzymeBatchDiffPass.h"

Collaboration diagram for mlir::enzyme::batchutils::BatchDiffCacheKey:

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
 

Detailed Description

Definition at line 20 of file EnzymeBatchDiffPass.h.

Member Function Documentation

◆ operator<()

bool mlir::enzyme::batchutils::BatchDiffCacheKey::operator< ( const BatchDiffCacheKey & other) const
inline

Definition at line 28 of file EnzymeBatchDiffPass.h.

References blk, function, inActivity, inputs, and retActivity.

Member Data Documentation

◆ blk

Block* mlir::enzyme::batchutils::BatchDiffCacheKey::blk

Definition at line 25 of file EnzymeBatchDiffPass.h.

Referenced by operator<().

◆ function

FunctionOpInterface mlir::enzyme::batchutils::BatchDiffCacheKey::function

Definition at line 21 of file EnzymeBatchDiffPass.h.

Referenced by operator<().

◆ inActivity

SmallVector<enzyme::Activity> mlir::enzyme::batchutils::BatchDiffCacheKey::inActivity

Definition at line 23 of file EnzymeBatchDiffPass.h.

Referenced by operator<().

◆ inputs

SmallVector<mlir::Value> mlir::enzyme::batchutils::BatchDiffCacheKey::inputs

Definition at line 22 of file EnzymeBatchDiffPass.h.

Referenced by operator<().

◆ retActivity

SmallVector<enzyme::Activity> mlir::enzyme::batchutils::BatchDiffCacheKey::retActivity

Definition at line 24 of file EnzymeBatchDiffPass.h.

Referenced by operator<().


The documentation for this struct was generated from the following file: