IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Namespaces | Variables
iron.kernels Namespace Reference

Namespaces

namespace  _common
 
namespace  activation
 
namespace  conv
 
namespace  eltwise
 
namespace  linalg
 
namespace  reduce
 
namespace  vision
 

Variables

list __all__
 

Detailed Description

Factory functions for AIE kernel ExternalFunctions.

Submodules:
- :mod:`.eltwise` — passthrough, scale, add, mul, relu
- :mod:`.reduce` — reduce_add, reduce_min, reduce_max, compute_max
- :mod:`.vision` — rgba2hue, threshold, bitwise_or, bitwise_and, gray2rgba, rgba2gray, filter2d, add_weighted
- :mod:`.activation` — softmax, gelu, silu, swiglu, bf16_exp
- :mod:`.linalg` — mm, mv, cascade_mm  (mm/mv expose ``.zero`` for the companion zero-fill kernel)
- :mod:`.conv` — conv2dk1, conv2dk3, conv2dk1_skip, conv2dk1_i8, conv2dk14, conv2dk1_skip_init, bn_*

Variable Documentation

◆ __all__

list iron.kernels.__all__
private