megenginelite-sys 1.8.2

A safe megenginelite wrapper in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
decl_opr(
    'AffineInt',
    inputs=['x', 'k', 'b'],
    params='Empty',
    desc='deprecated; use :attr:`FUSE_MUL_ADD3_IXxF32xF32xI8` mode in '
    ':func:`elemwise_multi_type`'
)

decl_opr(
    'ElemwiseMultiType',
    inputs=[Doc('*inputs', 'input vars that match given param')],
    params='ElemwiseMultiType',
    desc='element-wise arithmetic operations that allow different '
    'input/output data types',
    has_out_dtype=True
)

# vim: ft=python