# bf16
# main op
--reset
--alg=ADD,DIV,MUL,MAX,MIN --ddt=bf16 --sdt=bf16:bf16 --stag=abx:abx 64x128x28x28:64x128x28x28

# post binary
--reset
--alg=MUL --ddt=bf16 --sdt=bf16:bf16 --attr-post-ops=add:bf16:common --stag=abx:abx 64x128x28x28:64x128x28x28

--reset
--alg=ADD --ddt=bf16 --sdt=bf16:bf16 --attr-post-ops=mul:bf16 --stag=abx:abx 64x128x28x28:64x128x28x28

# post sum
--reset
--alg=MAX --ddt=bf16 --sdt=bf16:bf16 --attr-post-ops=sum --stag=abx:abx 64x128x28x28:64x128x28x28

# post eltwise
--reset
--alg=ADD,DIV,MUL,MAX,MIN --ddt=bf16 --sdt=bf16:bf16 --attr-post-ops=relu,logistic --stag=abx:abx 64x128x28x28:64x128x28x28

# fixed case
--reset
--alg=add,div,mul,max,min --inplace=false --sdt=bf16:bf16 --ddt=bf16 --stag=axb:axb --dtag=any
2x3x48:1x3x48
