mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
1.1 MiB
1.1 MiB
| 1 | backend_name | op_name | op_params | test_mode | supported | error_message | backend_reg_name |
|---|---|---|---|---|---|---|---|
| 2 | BLAS | ABS | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 3 | BLAS | ABS | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 4 | BLAS | SGN | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 5 | BLAS | SGN | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 6 | BLAS | NEG | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 7 | BLAS | NEG | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 8 | BLAS | STEP | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 9 | BLAS | STEP | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 10 | BLAS | TANH | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 11 | BLAS | TANH | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 12 | BLAS | ELU | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 13 | BLAS | ELU | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 14 | BLAS | RELU | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 15 | BLAS | RELU | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 16 | BLAS | SIGMOID | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 17 | BLAS | SIGMOID | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 18 | BLAS | GELU | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 19 | BLAS | GELU | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 20 | BLAS | GELU_QUICK | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 21 | BLAS | GELU_QUICK | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 22 | BLAS | SILU | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 23 | BLAS | SILU | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 24 | BLAS | HARDSWISH | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 25 | BLAS | HARDSWISH | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 26 | BLAS | HARDSIGMOID | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 27 | BLAS | HARDSIGMOID | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 28 | BLAS | EXP | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 29 | BLAS | EXP | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 30 | BLAS | GELU_ERF | type=f16,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 31 | BLAS | GELU_ERF | type=f16,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 32 | BLAS | ABS | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 33 | BLAS | ABS | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 34 | BLAS | SGN | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 35 | BLAS | SGN | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 36 | BLAS | NEG | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 37 | BLAS | NEG | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 38 | BLAS | STEP | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 39 | BLAS | STEP | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 40 | BLAS | TANH | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 41 | BLAS | TANH | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 42 | BLAS | ELU | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 43 | BLAS | ELU | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 44 | BLAS | RELU | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 45 | BLAS | RELU | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 46 | BLAS | SIGMOID | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 47 | BLAS | SIGMOID | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 48 | BLAS | GELU | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 49 | BLAS | GELU | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 50 | BLAS | GELU_QUICK | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 51 | BLAS | GELU_QUICK | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 52 | BLAS | SILU | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 53 | BLAS | SILU | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 54 | BLAS | HARDSWISH | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 55 | BLAS | HARDSWISH | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 56 | BLAS | HARDSIGMOID | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 57 | BLAS | HARDSIGMOID | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 58 | BLAS | EXP | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 59 | BLAS | EXP | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 60 | BLAS | GELU_ERF | type=f16,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 61 | BLAS | GELU_ERF | type=f16,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 62 | BLAS | ABS | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 63 | BLAS | ABS | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 64 | BLAS | SGN | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 65 | BLAS | SGN | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 66 | BLAS | NEG | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 67 | BLAS | NEG | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 68 | BLAS | STEP | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 69 | BLAS | STEP | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 70 | BLAS | TANH | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 71 | BLAS | TANH | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 72 | BLAS | ELU | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 73 | BLAS | ELU | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 74 | BLAS | RELU | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 75 | BLAS | RELU | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 76 | BLAS | SIGMOID | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 77 | BLAS | SIGMOID | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 78 | BLAS | GELU | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 79 | BLAS | GELU | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 80 | BLAS | GELU_QUICK | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 81 | BLAS | GELU_QUICK | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 82 | BLAS | SILU | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 83 | BLAS | SILU | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 84 | BLAS | HARDSWISH | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 85 | BLAS | HARDSWISH | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 86 | BLAS | HARDSIGMOID | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 87 | BLAS | HARDSIGMOID | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 88 | BLAS | EXP | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 89 | BLAS | EXP | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 90 | BLAS | GELU_ERF | type=f32,ne_a=[128,2,2,2],v=0 | support | 0 | no | BLAS |
| 91 | BLAS | GELU_ERF | type=f32,ne_a=[5,7,11,13],v=0 | support | 0 | no | BLAS |
| 92 | BLAS | ABS | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 93 | BLAS | ABS | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 94 | BLAS | SGN | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 95 | BLAS | SGN | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 96 | BLAS | NEG | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 97 | BLAS | NEG | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 98 | BLAS | STEP | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 99 | BLAS | STEP | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 100 | BLAS | TANH | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 101 | BLAS | TANH | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 102 | BLAS | ELU | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 103 | BLAS | ELU | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 104 | BLAS | RELU | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 105 | BLAS | RELU | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 106 | BLAS | SIGMOID | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 107 | BLAS | SIGMOID | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 108 | BLAS | GELU | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 109 | BLAS | GELU | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 110 | BLAS | GELU_QUICK | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 111 | BLAS | GELU_QUICK | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 112 | BLAS | SILU | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 113 | BLAS | SILU | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 114 | BLAS | HARDSWISH | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 115 | BLAS | HARDSWISH | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 116 | BLAS | HARDSIGMOID | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 117 | BLAS | HARDSIGMOID | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 118 | BLAS | EXP | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 119 | BLAS | EXP | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 120 | BLAS | GELU_ERF | type=f32,ne_a=[128,2,2,2],v=1 | support | 0 | no | BLAS |
| 121 | BLAS | GELU_ERF | type=f32,ne_a=[5,7,11,13],v=1 | support | 0 | no | BLAS |
| 122 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 123 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 124 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 125 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 126 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 127 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 128 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 129 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 130 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 131 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 132 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 133 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 134 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 135 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 136 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 137 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 138 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 139 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 140 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 141 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 142 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 143 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 144 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 145 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 146 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 147 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 148 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 149 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 150 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 151 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 152 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 153 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 154 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 155 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 156 | BLAS | REGLU | type=f16,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 157 | BLAS | REGLU | type=f16,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 158 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 159 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 160 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 161 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 162 | BLAS | GEGLU | type=f16,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 163 | BLAS | GEGLU | type=f16,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 164 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 165 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 166 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 167 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 168 | BLAS | SWIGLU | type=f16,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 169 | BLAS | SWIGLU | type=f16,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 170 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 171 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 172 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 173 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 174 | BLAS | GEGLU_ERF | type=f16,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 175 | BLAS | GEGLU_ERF | type=f16,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 176 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 177 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 178 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 179 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 180 | BLAS | GEGLU_QUICK | type=f16,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 181 | BLAS | GEGLU_QUICK | type=f16,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 182 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 183 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 184 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 185 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 186 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 187 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 188 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 189 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 190 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 191 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 192 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 193 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 194 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 195 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 196 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 197 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 198 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 199 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 200 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 201 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 202 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 203 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 204 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 205 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 206 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=0,swapped=0 | support | 0 | no | BLAS |
| 207 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=0,swapped=0 | support | 0 | no | BLAS |
| 208 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=0,swapped=1 | support | 0 | no | BLAS |
| 209 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=0,swapped=1 | support | 0 | no | BLAS |
| 210 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=0,split | support | 0 | no | BLAS |
| 211 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=0,split | support | 0 | no | BLAS |
| 212 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 213 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 214 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 215 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 216 | BLAS | REGLU | type=f32,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 217 | BLAS | REGLU | type=f32,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 218 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 219 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 220 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 221 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 222 | BLAS | GEGLU | type=f32,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 223 | BLAS | GEGLU | type=f32,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 224 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 225 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 226 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 227 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 228 | BLAS | SWIGLU | type=f32,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 229 | BLAS | SWIGLU | type=f32,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 230 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 231 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 232 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 233 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 234 | BLAS | GEGLU_ERF | type=f32,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 235 | BLAS | GEGLU_ERF | type=f32,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 236 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=1,swapped=0 | support | 0 | no | BLAS |
| 237 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=1,swapped=0 | support | 0 | no | BLAS |
| 238 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=1,swapped=1 | support | 0 | no | BLAS |
| 239 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=1,swapped=1 | support | 0 | no | BLAS |
| 240 | BLAS | GEGLU_QUICK | type=f32,ne_a=[128,2,2,2],v=1,split | support | 0 | no | BLAS |
| 241 | BLAS | GEGLU_QUICK | type=f32,ne_a=[5,7,11,13],v=1,split | support | 0 | no | BLAS |
| 242 | BLAS | GET_ROWS | type=f32,n=1,m=8,r=2,b=1,v=0 | support | 0 | no | BLAS |
| 243 | BLAS | GET_ROWS | type=f32,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 244 | BLAS | GET_ROWS | type=f32,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 245 | BLAS | GET_ROWS | type=f32,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 246 | BLAS | GET_ROWS | type=f32,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 247 | BLAS | GET_ROWS | type=f16,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 248 | BLAS | GET_ROWS | type=f16,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 249 | BLAS | GET_ROWS | type=f16,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 250 | BLAS | GET_ROWS | type=f16,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 251 | BLAS | GET_ROWS | type=bf16,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 252 | BLAS | GET_ROWS | type=bf16,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 253 | BLAS | GET_ROWS | type=bf16,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 254 | BLAS | GET_ROWS | type=bf16,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 255 | BLAS | GET_ROWS | type=q4_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 256 | BLAS | GET_ROWS | type=q4_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 257 | BLAS | GET_ROWS | type=q4_0,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 258 | BLAS | GET_ROWS | type=q4_0,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 259 | BLAS | GET_ROWS | type=q4_1,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 260 | BLAS | GET_ROWS | type=q4_1,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 261 | BLAS | GET_ROWS | type=q4_1,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 262 | BLAS | GET_ROWS | type=q4_1,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 263 | BLAS | GET_ROWS | type=q5_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 264 | BLAS | GET_ROWS | type=q5_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 265 | BLAS | GET_ROWS | type=q5_0,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 266 | BLAS | GET_ROWS | type=q5_0,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 267 | BLAS | GET_ROWS | type=q5_1,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 268 | BLAS | GET_ROWS | type=q5_1,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 269 | BLAS | GET_ROWS | type=q5_1,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 270 | BLAS | GET_ROWS | type=q5_1,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 271 | BLAS | GET_ROWS | type=q8_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 272 | BLAS | GET_ROWS | type=q8_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 273 | BLAS | GET_ROWS | type=q8_0,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 274 | BLAS | GET_ROWS | type=q8_0,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 275 | BLAS | GET_ROWS | type=q2_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 276 | BLAS | GET_ROWS | type=q2_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 277 | BLAS | GET_ROWS | type=q2_K,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 278 | BLAS | GET_ROWS | type=q2_K,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 279 | BLAS | GET_ROWS | type=q3_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 280 | BLAS | GET_ROWS | type=q3_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 281 | BLAS | GET_ROWS | type=q3_K,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 282 | BLAS | GET_ROWS | type=q3_K,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 283 | BLAS | GET_ROWS | type=q4_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 284 | BLAS | GET_ROWS | type=q4_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 285 | BLAS | GET_ROWS | type=q4_K,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 286 | BLAS | GET_ROWS | type=q4_K,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 287 | BLAS | GET_ROWS | type=q5_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 288 | BLAS | GET_ROWS | type=q5_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 289 | BLAS | GET_ROWS | type=q5_K,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 290 | BLAS | GET_ROWS | type=q5_K,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 291 | BLAS | GET_ROWS | type=q6_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 292 | BLAS | GET_ROWS | type=q6_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 293 | BLAS | GET_ROWS | type=q6_K,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 294 | BLAS | GET_ROWS | type=q6_K,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 295 | BLAS | GET_ROWS | type=iq2_xxs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 296 | BLAS | GET_ROWS | type=iq2_xxs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 297 | BLAS | GET_ROWS | type=iq2_xxs,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 298 | BLAS | GET_ROWS | type=iq2_xxs,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 299 | BLAS | GET_ROWS | type=iq2_xs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 300 | BLAS | GET_ROWS | type=iq2_xs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 301 | BLAS | GET_ROWS | type=iq2_xs,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 302 | BLAS | GET_ROWS | type=iq2_xs,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 303 | BLAS | GET_ROWS | type=iq2_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 304 | BLAS | GET_ROWS | type=iq2_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 305 | BLAS | GET_ROWS | type=iq2_s,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 306 | BLAS | GET_ROWS | type=iq2_s,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 307 | BLAS | GET_ROWS | type=iq3_xxs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 308 | BLAS | GET_ROWS | type=iq3_xxs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 309 | BLAS | GET_ROWS | type=iq3_xxs,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 310 | BLAS | GET_ROWS | type=iq3_xxs,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 311 | BLAS | GET_ROWS | type=iq1_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 312 | BLAS | GET_ROWS | type=iq1_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 313 | BLAS | GET_ROWS | type=iq1_s,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 314 | BLAS | GET_ROWS | type=iq1_s,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 315 | BLAS | GET_ROWS | type=iq1_m,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 316 | BLAS | GET_ROWS | type=iq1_m,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 317 | BLAS | GET_ROWS | type=iq1_m,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 318 | BLAS | GET_ROWS | type=iq1_m,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 319 | BLAS | GET_ROWS | type=iq4_nl,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 320 | BLAS | GET_ROWS | type=iq4_nl,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 321 | BLAS | GET_ROWS | type=iq4_nl,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 322 | BLAS | GET_ROWS | type=iq4_nl,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 323 | BLAS | GET_ROWS | type=iq3_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 324 | BLAS | GET_ROWS | type=iq3_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 325 | BLAS | GET_ROWS | type=iq3_s,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 326 | BLAS | GET_ROWS | type=iq3_s,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 327 | BLAS | GET_ROWS | type=iq4_xs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 328 | BLAS | GET_ROWS | type=iq4_xs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 329 | BLAS | GET_ROWS | type=iq4_xs,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 330 | BLAS | GET_ROWS | type=iq4_xs,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 331 | BLAS | GET_ROWS | type=i32,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 332 | BLAS | GET_ROWS | type=i32,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 333 | BLAS | GET_ROWS | type=i32,n=256,m=5,r=4,b=7,v=0 | support | 0 | no | BLAS |
| 334 | BLAS | GET_ROWS | type=i32,n=256,m=5,r=4,b=7,v=1 | support | 0 | no | BLAS |
| 335 | BLAS | GET_ROWS_BACK | type=f32,n=1,m=8,r=2,b=1,v=0 | support | 0 | no | BLAS |
| 336 | BLAS | GET_ROWS_BACK | type=f32,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 337 | BLAS | GET_ROWS_BACK | type=f32,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 338 | BLAS | GET_ROWS_BACK | type=f16,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 339 | BLAS | GET_ROWS_BACK | type=f16,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 340 | BLAS | GET_ROWS_BACK | type=bf16,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 341 | BLAS | GET_ROWS_BACK | type=bf16,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 342 | BLAS | GET_ROWS_BACK | type=q4_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 343 | BLAS | GET_ROWS_BACK | type=q4_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 344 | BLAS | GET_ROWS_BACK | type=q4_1,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 345 | BLAS | GET_ROWS_BACK | type=q4_1,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 346 | BLAS | GET_ROWS_BACK | type=q5_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 347 | BLAS | GET_ROWS_BACK | type=q5_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 348 | BLAS | GET_ROWS_BACK | type=q5_1,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 349 | BLAS | GET_ROWS_BACK | type=q5_1,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 350 | BLAS | GET_ROWS_BACK | type=q8_0,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 351 | BLAS | GET_ROWS_BACK | type=q8_0,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 352 | BLAS | GET_ROWS_BACK | type=q2_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 353 | BLAS | GET_ROWS_BACK | type=q2_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 354 | BLAS | GET_ROWS_BACK | type=q3_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 355 | BLAS | GET_ROWS_BACK | type=q3_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 356 | BLAS | GET_ROWS_BACK | type=q4_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 357 | BLAS | GET_ROWS_BACK | type=q4_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 358 | BLAS | GET_ROWS_BACK | type=q5_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 359 | BLAS | GET_ROWS_BACK | type=q5_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 360 | BLAS | GET_ROWS_BACK | type=q6_K,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 361 | BLAS | GET_ROWS_BACK | type=q6_K,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 362 | BLAS | GET_ROWS_BACK | type=iq2_xxs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 363 | BLAS | GET_ROWS_BACK | type=iq2_xxs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 364 | BLAS | GET_ROWS_BACK | type=iq2_xs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 365 | BLAS | GET_ROWS_BACK | type=iq2_xs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 366 | BLAS | GET_ROWS_BACK | type=iq2_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 367 | BLAS | GET_ROWS_BACK | type=iq2_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 368 | BLAS | GET_ROWS_BACK | type=iq3_xxs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 369 | BLAS | GET_ROWS_BACK | type=iq3_xxs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 370 | BLAS | GET_ROWS_BACK | type=iq1_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 371 | BLAS | GET_ROWS_BACK | type=iq1_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 372 | BLAS | GET_ROWS_BACK | type=iq1_m,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 373 | BLAS | GET_ROWS_BACK | type=iq1_m,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 374 | BLAS | GET_ROWS_BACK | type=iq4_nl,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 375 | BLAS | GET_ROWS_BACK | type=iq4_nl,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 376 | BLAS | GET_ROWS_BACK | type=iq3_s,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 377 | BLAS | GET_ROWS_BACK | type=iq3_s,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 378 | BLAS | GET_ROWS_BACK | type=iq4_xs,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 379 | BLAS | GET_ROWS_BACK | type=iq4_xs,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 380 | BLAS | GET_ROWS_BACK | type=i32,n=256,m=5,r=4,b=1,v=0 | support | 0 | no | BLAS |
| 381 | BLAS | GET_ROWS_BACK | type=i32,n=256,m=5,r=4,b=1,v=1 | support | 0 | no | BLAS |
| 382 | BLAS | SET_ROWS | type=f32,ne=[1,8,1,3],nr23=[1,1],r=2,v=0 | support | 0 | no | BLAS |
| 383 | BLAS | SET_ROWS | type=f32,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 384 | BLAS | SET_ROWS | type=f32,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 385 | BLAS | SET_ROWS | type=f32,ne=[3,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 386 | BLAS | SET_ROWS | type=f32,ne=[31,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 387 | BLAS | SET_ROWS | type=f32,ne=[33,5,1,1],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 388 | BLAS | SET_ROWS | type=f32,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 389 | BLAS | SET_ROWS | type=f32,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 390 | BLAS | SET_ROWS | type=f32,ne=[3,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 391 | BLAS | SET_ROWS | type=f32,ne=[31,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 392 | BLAS | SET_ROWS | type=f32,ne=[33,5,1,1],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 393 | BLAS | SET_ROWS | type=f32,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 394 | BLAS | SET_ROWS | type=f32,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 395 | BLAS | SET_ROWS | type=f32,ne=[3,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 396 | BLAS | SET_ROWS | type=f32,ne=[31,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 397 | BLAS | SET_ROWS | type=f32,ne=[33,5,1,7],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 398 | BLAS | SET_ROWS | type=f32,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 399 | BLAS | SET_ROWS | type=f32,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 400 | BLAS | SET_ROWS | type=f32,ne=[3,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 401 | BLAS | SET_ROWS | type=f32,ne=[31,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 402 | BLAS | SET_ROWS | type=f32,ne=[33,5,1,7],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 403 | BLAS | SET_ROWS | type=f16,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 404 | BLAS | SET_ROWS | type=f16,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 405 | BLAS | SET_ROWS | type=f16,ne=[3,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 406 | BLAS | SET_ROWS | type=f16,ne=[31,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 407 | BLAS | SET_ROWS | type=f16,ne=[33,5,1,1],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 408 | BLAS | SET_ROWS | type=f16,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 409 | BLAS | SET_ROWS | type=f16,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 410 | BLAS | SET_ROWS | type=f16,ne=[3,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 411 | BLAS | SET_ROWS | type=f16,ne=[31,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 412 | BLAS | SET_ROWS | type=f16,ne=[33,5,1,1],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 413 | BLAS | SET_ROWS | type=f16,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 414 | BLAS | SET_ROWS | type=f16,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 415 | BLAS | SET_ROWS | type=f16,ne=[3,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 416 | BLAS | SET_ROWS | type=f16,ne=[31,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 417 | BLAS | SET_ROWS | type=f16,ne=[33,5,1,7],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 418 | BLAS | SET_ROWS | type=f16,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 419 | BLAS | SET_ROWS | type=f16,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 420 | BLAS | SET_ROWS | type=f16,ne=[3,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 421 | BLAS | SET_ROWS | type=f16,ne=[31,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 422 | BLAS | SET_ROWS | type=f16,ne=[33,5,1,7],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 423 | BLAS | SET_ROWS | type=bf16,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 424 | BLAS | SET_ROWS | type=bf16,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 425 | BLAS | SET_ROWS | type=bf16,ne=[3,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 426 | BLAS | SET_ROWS | type=bf16,ne=[31,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 427 | BLAS | SET_ROWS | type=bf16,ne=[33,5,1,1],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 428 | BLAS | SET_ROWS | type=bf16,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 429 | BLAS | SET_ROWS | type=bf16,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 430 | BLAS | SET_ROWS | type=bf16,ne=[3,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 431 | BLAS | SET_ROWS | type=bf16,ne=[31,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 432 | BLAS | SET_ROWS | type=bf16,ne=[33,5,1,1],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 433 | BLAS | SET_ROWS | type=bf16,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 434 | BLAS | SET_ROWS | type=bf16,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 435 | BLAS | SET_ROWS | type=bf16,ne=[3,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 436 | BLAS | SET_ROWS | type=bf16,ne=[31,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 437 | BLAS | SET_ROWS | type=bf16,ne=[33,5,1,7],nr23=[2,3],r=1,v=0 | support | 0 | no | BLAS |
| 438 | BLAS | SET_ROWS | type=bf16,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 439 | BLAS | SET_ROWS | type=bf16,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 440 | BLAS | SET_ROWS | type=bf16,ne=[3,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 441 | BLAS | SET_ROWS | type=bf16,ne=[31,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 442 | BLAS | SET_ROWS | type=bf16,ne=[33,5,1,7],nr23=[2,3],r=1,v=1 | support | 0 | no | BLAS |
| 443 | BLAS | SET_ROWS | type=q4_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 444 | BLAS | SET_ROWS | type=q4_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 445 | BLAS | SET_ROWS | type=q4_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 446 | BLAS | SET_ROWS | type=q4_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 447 | BLAS | SET_ROWS | type=q4_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 448 | BLAS | SET_ROWS | type=q4_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 449 | BLAS | SET_ROWS | type=q4_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 450 | BLAS | SET_ROWS | type=q4_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 451 | BLAS | SET_ROWS | type=q4_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 452 | BLAS | SET_ROWS | type=q4_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 453 | BLAS | SET_ROWS | type=q4_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 454 | BLAS | SET_ROWS | type=q4_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 455 | BLAS | SET_ROWS | type=q4_1,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 456 | BLAS | SET_ROWS | type=q4_1,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 457 | BLAS | SET_ROWS | type=q4_1,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 458 | BLAS | SET_ROWS | type=q4_1,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 459 | BLAS | SET_ROWS | type=q4_1,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 460 | BLAS | SET_ROWS | type=q4_1,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 461 | BLAS | SET_ROWS | type=q4_1,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 462 | BLAS | SET_ROWS | type=q4_1,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 463 | BLAS | SET_ROWS | type=q4_1,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 464 | BLAS | SET_ROWS | type=q4_1,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 465 | BLAS | SET_ROWS | type=q4_1,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 466 | BLAS | SET_ROWS | type=q4_1,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 467 | BLAS | SET_ROWS | type=q5_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 468 | BLAS | SET_ROWS | type=q5_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 469 | BLAS | SET_ROWS | type=q5_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 470 | BLAS | SET_ROWS | type=q5_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 471 | BLAS | SET_ROWS | type=q5_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 472 | BLAS | SET_ROWS | type=q5_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 473 | BLAS | SET_ROWS | type=q5_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 474 | BLAS | SET_ROWS | type=q5_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 475 | BLAS | SET_ROWS | type=q5_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 476 | BLAS | SET_ROWS | type=q5_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 477 | BLAS | SET_ROWS | type=q5_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 478 | BLAS | SET_ROWS | type=q5_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 479 | BLAS | SET_ROWS | type=q5_1,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 480 | BLAS | SET_ROWS | type=q5_1,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 481 | BLAS | SET_ROWS | type=q5_1,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 482 | BLAS | SET_ROWS | type=q5_1,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 483 | BLAS | SET_ROWS | type=q5_1,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 484 | BLAS | SET_ROWS | type=q5_1,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 485 | BLAS | SET_ROWS | type=q5_1,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 486 | BLAS | SET_ROWS | type=q5_1,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 487 | BLAS | SET_ROWS | type=q5_1,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 488 | BLAS | SET_ROWS | type=q5_1,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 489 | BLAS | SET_ROWS | type=q5_1,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 490 | BLAS | SET_ROWS | type=q5_1,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 491 | BLAS | SET_ROWS | type=q8_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 492 | BLAS | SET_ROWS | type=q8_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 493 | BLAS | SET_ROWS | type=q8_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 494 | BLAS | SET_ROWS | type=q8_0,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 495 | BLAS | SET_ROWS | type=q8_0,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 496 | BLAS | SET_ROWS | type=q8_0,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 497 | BLAS | SET_ROWS | type=q8_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 498 | BLAS | SET_ROWS | type=q8_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 499 | BLAS | SET_ROWS | type=q8_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 500 | BLAS | SET_ROWS | type=q8_0,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 501 | BLAS | SET_ROWS | type=q8_0,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 502 | BLAS | SET_ROWS | type=q8_0,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 503 | BLAS | SET_ROWS | type=q2_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 504 | BLAS | SET_ROWS | type=q2_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 505 | BLAS | SET_ROWS | type=q2_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 506 | BLAS | SET_ROWS | type=q2_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 507 | BLAS | SET_ROWS | type=q2_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 508 | BLAS | SET_ROWS | type=q2_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 509 | BLAS | SET_ROWS | type=q2_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 510 | BLAS | SET_ROWS | type=q2_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 511 | BLAS | SET_ROWS | type=q2_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 512 | BLAS | SET_ROWS | type=q2_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 513 | BLAS | SET_ROWS | type=q2_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 514 | BLAS | SET_ROWS | type=q2_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 515 | BLAS | SET_ROWS | type=q3_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 516 | BLAS | SET_ROWS | type=q3_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 517 | BLAS | SET_ROWS | type=q3_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 518 | BLAS | SET_ROWS | type=q3_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 519 | BLAS | SET_ROWS | type=q3_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 520 | BLAS | SET_ROWS | type=q3_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 521 | BLAS | SET_ROWS | type=q3_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 522 | BLAS | SET_ROWS | type=q3_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 523 | BLAS | SET_ROWS | type=q3_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 524 | BLAS | SET_ROWS | type=q3_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 525 | BLAS | SET_ROWS | type=q3_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 526 | BLAS | SET_ROWS | type=q3_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 527 | BLAS | SET_ROWS | type=q4_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 528 | BLAS | SET_ROWS | type=q4_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 529 | BLAS | SET_ROWS | type=q4_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 530 | BLAS | SET_ROWS | type=q4_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 531 | BLAS | SET_ROWS | type=q4_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 532 | BLAS | SET_ROWS | type=q4_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 533 | BLAS | SET_ROWS | type=q4_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 534 | BLAS | SET_ROWS | type=q4_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 535 | BLAS | SET_ROWS | type=q4_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 536 | BLAS | SET_ROWS | type=q4_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 537 | BLAS | SET_ROWS | type=q4_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 538 | BLAS | SET_ROWS | type=q4_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 539 | BLAS | SET_ROWS | type=q5_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 540 | BLAS | SET_ROWS | type=q5_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 541 | BLAS | SET_ROWS | type=q5_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 542 | BLAS | SET_ROWS | type=q5_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 543 | BLAS | SET_ROWS | type=q5_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 544 | BLAS | SET_ROWS | type=q5_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 545 | BLAS | SET_ROWS | type=q5_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 546 | BLAS | SET_ROWS | type=q5_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 547 | BLAS | SET_ROWS | type=q5_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 548 | BLAS | SET_ROWS | type=q5_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 549 | BLAS | SET_ROWS | type=q5_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 550 | BLAS | SET_ROWS | type=q5_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 551 | BLAS | SET_ROWS | type=q6_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 552 | BLAS | SET_ROWS | type=q6_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 553 | BLAS | SET_ROWS | type=q6_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 554 | BLAS | SET_ROWS | type=q6_K,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 555 | BLAS | SET_ROWS | type=q6_K,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 556 | BLAS | SET_ROWS | type=q6_K,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 557 | BLAS | SET_ROWS | type=q6_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 558 | BLAS | SET_ROWS | type=q6_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 559 | BLAS | SET_ROWS | type=q6_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 560 | BLAS | SET_ROWS | type=q6_K,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 561 | BLAS | SET_ROWS | type=q6_K,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 562 | BLAS | SET_ROWS | type=q6_K,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 563 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 564 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 565 | BLAS | SET_ROWS | type=iq2_xxs,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 566 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 567 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 568 | BLAS | SET_ROWS | type=iq2_xxs,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 569 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 570 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 571 | BLAS | SET_ROWS | type=iq2_xxs,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 572 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 573 | BLAS | SET_ROWS | type=iq2_xxs,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 574 | BLAS | SET_ROWS | type=iq2_xxs,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 575 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 576 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 577 | BLAS | SET_ROWS | type=iq2_xs,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 578 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 579 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 580 | BLAS | SET_ROWS | type=iq2_xs,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 581 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 582 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 583 | BLAS | SET_ROWS | type=iq2_xs,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 584 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 585 | BLAS | SET_ROWS | type=iq2_xs,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 586 | BLAS | SET_ROWS | type=iq2_xs,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 587 | BLAS | SET_ROWS | type=iq2_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 588 | BLAS | SET_ROWS | type=iq2_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 589 | BLAS | SET_ROWS | type=iq2_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 590 | BLAS | SET_ROWS | type=iq2_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 591 | BLAS | SET_ROWS | type=iq2_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 592 | BLAS | SET_ROWS | type=iq2_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 593 | BLAS | SET_ROWS | type=iq2_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 594 | BLAS | SET_ROWS | type=iq2_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 595 | BLAS | SET_ROWS | type=iq2_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 596 | BLAS | SET_ROWS | type=iq2_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 597 | BLAS | SET_ROWS | type=iq2_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 598 | BLAS | SET_ROWS | type=iq2_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 599 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 600 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 601 | BLAS | SET_ROWS | type=iq3_xxs,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 602 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 603 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 604 | BLAS | SET_ROWS | type=iq3_xxs,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 605 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 606 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 607 | BLAS | SET_ROWS | type=iq3_xxs,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 608 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 609 | BLAS | SET_ROWS | type=iq3_xxs,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 610 | BLAS | SET_ROWS | type=iq3_xxs,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 611 | BLAS | SET_ROWS | type=iq1_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 612 | BLAS | SET_ROWS | type=iq1_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 613 | BLAS | SET_ROWS | type=iq1_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 614 | BLAS | SET_ROWS | type=iq1_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 615 | BLAS | SET_ROWS | type=iq1_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 616 | BLAS | SET_ROWS | type=iq1_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 617 | BLAS | SET_ROWS | type=iq1_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 618 | BLAS | SET_ROWS | type=iq1_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 619 | BLAS | SET_ROWS | type=iq1_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 620 | BLAS | SET_ROWS | type=iq1_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 621 | BLAS | SET_ROWS | type=iq1_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 622 | BLAS | SET_ROWS | type=iq1_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 623 | BLAS | SET_ROWS | type=iq1_m,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 624 | BLAS | SET_ROWS | type=iq1_m,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 625 | BLAS | SET_ROWS | type=iq1_m,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 626 | BLAS | SET_ROWS | type=iq1_m,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 627 | BLAS | SET_ROWS | type=iq1_m,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 628 | BLAS | SET_ROWS | type=iq1_m,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 629 | BLAS | SET_ROWS | type=iq1_m,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 630 | BLAS | SET_ROWS | type=iq1_m,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 631 | BLAS | SET_ROWS | type=iq1_m,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 632 | BLAS | SET_ROWS | type=iq1_m,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 633 | BLAS | SET_ROWS | type=iq1_m,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 634 | BLAS | SET_ROWS | type=iq1_m,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 635 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 636 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 637 | BLAS | SET_ROWS | type=iq4_nl,ne=[96,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 638 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 639 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 640 | BLAS | SET_ROWS | type=iq4_nl,ne=[96,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 641 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 642 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 643 | BLAS | SET_ROWS | type=iq4_nl,ne=[96,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 644 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 645 | BLAS | SET_ROWS | type=iq4_nl,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 646 | BLAS | SET_ROWS | type=iq4_nl,ne=[96,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 647 | BLAS | SET_ROWS | type=iq3_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 648 | BLAS | SET_ROWS | type=iq3_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 649 | BLAS | SET_ROWS | type=iq3_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 650 | BLAS | SET_ROWS | type=iq3_s,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 651 | BLAS | SET_ROWS | type=iq3_s,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 652 | BLAS | SET_ROWS | type=iq3_s,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 653 | BLAS | SET_ROWS | type=iq3_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 654 | BLAS | SET_ROWS | type=iq3_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 655 | BLAS | SET_ROWS | type=iq3_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 656 | BLAS | SET_ROWS | type=iq3_s,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 657 | BLAS | SET_ROWS | type=iq3_s,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 658 | BLAS | SET_ROWS | type=iq3_s,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 659 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,5,1,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 660 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,11,1,1],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 661 | BLAS | SET_ROWS | type=iq4_xs,ne=[768,3,1,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 662 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,5,1,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 663 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,11,1,1],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 664 | BLAS | SET_ROWS | type=iq4_xs,ne=[768,3,1,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 665 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,5,7,3],nr23=[1,1],r=1,v=0 | support | 0 | no | BLAS |
| 666 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,11,1,7],nr23=[2,3],r=7,v=0 | support | 0 | no | BLAS |
| 667 | BLAS | SET_ROWS | type=iq4_xs,ne=[768,3,7,1],nr23=[2,3],r=2,v=0 | support | 0 | no | BLAS |
| 668 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,5,7,3],nr23=[1,1],r=1,v=1 | support | 0 | no | BLAS |
| 669 | BLAS | SET_ROWS | type=iq4_xs,ne=[256,11,1,7],nr23=[2,3],r=7,v=1 | support | 0 | no | BLAS |
| 670 | BLAS | SET_ROWS | type=iq4_xs,ne=[768,3,7,1],nr23=[2,3],r=2,v=1 | support | 0 | no | BLAS |
| 671 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 672 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 673 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 674 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 675 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 676 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 677 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 678 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 679 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 680 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 681 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 682 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 683 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 684 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 685 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 686 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 687 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 688 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 689 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 690 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 691 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 692 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 693 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 694 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 695 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 696 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 697 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 698 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 699 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 700 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 701 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 702 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 703 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 704 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 705 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 706 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 707 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 708 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 709 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 710 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 711 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 712 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 713 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 714 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 715 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 716 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 717 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 718 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 719 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 720 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 721 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 722 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 723 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 724 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 725 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 726 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 727 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 728 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 729 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 730 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 731 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 732 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 733 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 734 | BLAS | POOL_2D | pool_type=avg,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 735 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 736 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 737 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 738 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 739 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 740 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 741 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 742 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 743 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 744 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 745 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 746 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 747 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 748 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 749 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 750 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=1,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 751 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 752 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 753 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 754 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 755 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 756 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 757 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 758 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 759 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 760 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 761 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 762 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 763 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 764 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 765 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 766 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=1,k1=3,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 767 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 768 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 769 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 770 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 771 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 772 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 773 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 774 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 775 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 776 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 777 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 778 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 779 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 780 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 781 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 782 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=1,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 783 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 784 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 785 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 786 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 787 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 788 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 789 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 790 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=1,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 791 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=0,p1=0 | support | 0 | no | BLAS |
| 792 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=0,p1=1 | support | 0 | no | BLAS |
| 793 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=1,p1=0 | support | 0 | no | BLAS |
| 794 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=1,p0=1,p1=1 | support | 0 | no | BLAS |
| 795 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=0,p1=0 | support | 0 | no | BLAS |
| 796 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=0,p1=1 | support | 0 | no | BLAS |
| 797 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=1,p1=0 | support | 0 | no | BLAS |
| 798 | BLAS | POOL_2D | pool_type=max,type_input=f32,ne_input=[10,10,3,1],k0=3,k1=3,s0=2,s1=2,p0=1,p1=1 | support | 0 | no | BLAS |
| 799 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[3000,128,1,1],ne_kernel=[3,128,1280,1],s0=1,s1=0,p0=1,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 800 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f32,ne_input=[3000,128,1,1],ne_kernel=[3,128,1280,1],s0=1,s1=0,p0=1,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 801 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[3000,128,1,1],ne_kernel=[3,128,1280,1],s0=1,s1=0,p0=1,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 802 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=1,s1=0,p0=0,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 803 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=1,s1=0,p0=0,p1=0,d0=3,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 804 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=1,s1=0,p0=3,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 805 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=1,s1=0,p0=3,p1=0,d0=3,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 806 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=3,s1=0,p0=0,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 807 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=3,s1=0,p0=0,p1=0,d0=3,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 808 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=3,s1=0,p0=3,p1=0,d0=1,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 809 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,2,2,1],ne_kernel=[3,2,2,1],s0=3,s1=0,p0=3,p1=0,d0=3,d1=0,is_2D=0 | support | 0 | no | BLAS |
| 810 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[10,10,3,1],ne_kernel=[3,3,3,1],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 811 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f32,ne_input=[10,10,3,1],ne_kernel=[3,3,3,1],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 812 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[10,10,3,1],ne_kernel=[3,3,3,1],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 813 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 814 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 815 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 816 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 817 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 818 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 819 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 820 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=0,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 821 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 822 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 823 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 824 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 825 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 826 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 827 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 828 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=1,p0=3,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 829 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 830 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 831 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 832 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 833 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 834 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 835 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 836 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=0,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 837 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 838 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 839 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 840 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 841 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 842 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 843 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 844 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=1,s1=3,p0=3,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 845 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 846 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 847 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 848 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 849 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 850 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 851 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 852 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=0,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 853 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 854 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 855 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 856 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 857 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 858 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 859 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 860 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=1,p0=3,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 861 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 862 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 863 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 864 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 865 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 866 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 867 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 868 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=0,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 869 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 870 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=0,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 871 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=0,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 872 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=0,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 873 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=3,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 874 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=3,d0=1,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 875 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=3,d0=3,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 876 | BLAS | IM2COL | type_input=f32,type_kernel=f32,dst_type=f32,ne_input=[20,20,2,2],ne_kernel=[3,3,2,2],s0=3,s1=3,p0=3,p1=3,d0=3,d1=3,is_2D=1 | support | 0 | no | BLAS |
| 877 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,1,32],ne_kernel=[3,3,1,32],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 878 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,2,32],ne_kernel=[3,3,2,32],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 879 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,1,1024],ne_kernel=[3,3,1,1024],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 880 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,2,1024],ne_kernel=[3,3,2,1024],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 881 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,1,2048],ne_kernel=[3,3,1,2048],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 882 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,2,2048],ne_kernel=[3,3,2,2048],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 883 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,1,2560],ne_kernel=[3,3,1,2560],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 884 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[12,12,2,2560],ne_kernel=[3,3,2,2560],s0=1,s1=1,p0=1,p1=1,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 885 | BLAS | IM2COL | type_input=f32,type_kernel=f16,dst_type=f16,ne_input=[5,5,1,32],ne_kernel=[3,4,1,32],s0=1,s1=1,p0=0,p1=0,d0=1,d1=1,is_2D=1 | support | 0 | no | BLAS |
| 886 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 887 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 888 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 889 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 890 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 891 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 892 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 893 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 894 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 895 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 896 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 897 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 898 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 899 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 900 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 901 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 902 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 903 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 904 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 905 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 906 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 907 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 908 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 909 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 910 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 911 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 912 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 913 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 914 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 915 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 916 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 917 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 918 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 919 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 920 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 921 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 922 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 923 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 924 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 925 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 926 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 927 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 928 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 929 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 930 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 931 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 932 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 933 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 934 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 935 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 936 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 937 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 938 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 939 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 940 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 941 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 942 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 943 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 944 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 945 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 946 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 947 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 948 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 949 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 950 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 951 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 952 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 953 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 954 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 955 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 956 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 957 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 958 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 959 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 960 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 961 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 962 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 963 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 964 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 965 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 966 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 967 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 968 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 969 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 970 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 971 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 972 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 973 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 974 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 975 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 976 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 977 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 978 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 979 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 980 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 981 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 982 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 983 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 984 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 985 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 986 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 987 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 988 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 989 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 990 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 991 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 992 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 993 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 994 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 995 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 996 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 997 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 998 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 999 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1000 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1001 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1002 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1003 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1004 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1005 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1006 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1007 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1008 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1009 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1010 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1011 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1012 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1013 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1014 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1015 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1016 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1017 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1018 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1019 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1020 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1021 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1022 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1023 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1024 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1025 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1026 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1027 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1028 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1029 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1030 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1031 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1032 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1033 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1034 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1035 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1036 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1037 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1038 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1039 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1040 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1041 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1042 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1043 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1044 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1045 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1046 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1047 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1048 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1049 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1050 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1051 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1052 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1053 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1054 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1055 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1056 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1057 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1058 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1059 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1060 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1061 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1062 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1063 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1064 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1065 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1066 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1067 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1068 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1069 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1070 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1071 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1072 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1073 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1074 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1075 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1076 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1077 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1078 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1079 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1080 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1081 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1082 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1083 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1084 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1085 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1086 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1087 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1088 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1089 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1090 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1091 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1092 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1093 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1094 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1095 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1096 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1097 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1098 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1099 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1100 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1101 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1102 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1103 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1104 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1105 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1106 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1107 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1108 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1109 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1110 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1111 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1112 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1113 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1114 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1115 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1116 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1117 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1118 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1119 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1120 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1121 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1122 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1123 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1124 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1125 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1126 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1127 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1128 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1129 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1130 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1131 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1132 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1133 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1134 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1135 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1136 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1137 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1138 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1139 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1140 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1141 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1142 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1143 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1144 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1145 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1146 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1147 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1148 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1149 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1150 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1151 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1152 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1153 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1154 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1155 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1156 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1157 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1158 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1159 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1160 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1161 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1162 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1163 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1164 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1165 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1166 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1167 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1168 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1169 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1170 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1171 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1172 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1173 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1174 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1175 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1176 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1177 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1178 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1179 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1180 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1181 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1182 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1183 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1184 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1185 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1186 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1187 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1188 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1189 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1190 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1191 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1192 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1193 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1194 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1195 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1196 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1197 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1198 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1199 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1200 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1201 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1202 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1203 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1204 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1205 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1206 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1207 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1208 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1209 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1210 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1211 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1212 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1213 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1214 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1215 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1216 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1217 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1218 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1219 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1220 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1221 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1222 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1223 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1224 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1225 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1226 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1227 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1228 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1229 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1230 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1231 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1232 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1233 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1234 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1235 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1236 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1237 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1238 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1239 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1240 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1241 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1242 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1243 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1244 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1245 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1246 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1247 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1248 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1249 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1250 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1251 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1252 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1253 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1254 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1255 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1256 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1257 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1258 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1259 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1260 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1261 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1262 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1263 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1264 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1265 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1266 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1267 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1268 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1269 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1270 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1271 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1272 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1273 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1274 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1275 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1276 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1277 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1278 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1279 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1280 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1281 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1282 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1283 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1284 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1285 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1286 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1287 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1288 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1289 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1290 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1291 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1292 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1293 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1294 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1295 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1296 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1297 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1298 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1299 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1300 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1301 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1302 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1303 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1304 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1305 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1306 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1307 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1308 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1309 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1310 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1311 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1312 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1313 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1314 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1315 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1316 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1317 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1318 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1319 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1320 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1321 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1322 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1323 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1324 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1325 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1326 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1327 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1328 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1329 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1330 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1331 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1332 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1333 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1334 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1335 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1336 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1337 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1338 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1339 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1340 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1341 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1342 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1343 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1344 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1345 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1346 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1347 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1348 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1349 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1350 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1351 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1352 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1353 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1354 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1355 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1356 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1357 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1358 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1359 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1360 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1361 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1362 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1363 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1364 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1365 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1366 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1367 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1368 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1369 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1370 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1371 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1372 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1373 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1374 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1375 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1376 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1377 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1378 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1379 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1380 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1381 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1382 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1383 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1384 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1385 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1386 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1387 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1388 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1389 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1390 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1391 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1392 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1393 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1394 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1395 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1396 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1397 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1398 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1399 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1400 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1401 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1402 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1403 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1404 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1405 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1406 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1407 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1408 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1409 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1410 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1411 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1412 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1413 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1414 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1415 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1416 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1417 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1418 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1419 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1420 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1421 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1422 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1423 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1424 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1425 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1426 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1427 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1428 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1429 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1430 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1431 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1432 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1433 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1434 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1435 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1436 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1437 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1438 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1439 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1440 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1441 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1442 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1443 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1444 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1445 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1446 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1447 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1448 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1449 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1450 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1451 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1452 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1453 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1454 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1455 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1456 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1457 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1458 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1459 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1460 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1461 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1462 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1463 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1464 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1465 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1466 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1467 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1468 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1469 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1470 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1471 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1472 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1473 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1474 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1475 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1476 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1477 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1478 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1479 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1480 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1481 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1482 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1483 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1484 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1485 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1486 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1487 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1488 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1489 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1490 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1491 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1492 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1493 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1494 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1495 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1496 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1497 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1498 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1499 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1500 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1501 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1502 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1503 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1504 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1505 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1506 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1507 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1508 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1509 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1510 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1511 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1512 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1513 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1514 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1515 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1516 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1517 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1518 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1519 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1520 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1521 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1522 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1523 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1524 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1525 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1526 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1527 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1528 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1529 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1530 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1531 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1532 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1533 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1534 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1535 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1536 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1537 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1538 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1539 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1540 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1541 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1542 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1543 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1544 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1545 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1546 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1547 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1548 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1549 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1550 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1551 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1552 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1553 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1554 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1555 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1556 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1557 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1558 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1559 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1560 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1561 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1562 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1563 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1564 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1565 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1566 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1567 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1568 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1569 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1570 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1571 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1572 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1573 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1574 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1575 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1576 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1577 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1578 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1579 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1580 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1581 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1582 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1583 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1584 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1585 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1586 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1587 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1588 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1589 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1590 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1591 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1592 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1593 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1594 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1595 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1596 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1597 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1598 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1599 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1600 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1601 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1602 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1603 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1604 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1605 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1606 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1607 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1608 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1609 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1610 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1611 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1612 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1613 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1614 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1615 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1616 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1617 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1618 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1619 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1620 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1621 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1622 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1623 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1624 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1625 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1626 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1627 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1628 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1629 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1630 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1631 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1632 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1633 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1634 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1635 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1636 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1637 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1638 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1639 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1640 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1641 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1642 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1643 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1644 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1645 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1646 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1647 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1648 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1649 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1650 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1651 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1652 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1653 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1654 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1655 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1656 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1657 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1658 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1659 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1660 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1661 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1662 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1663 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1664 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1665 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1666 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1667 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1668 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f32,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1669 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f16,stride0=1,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1670 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1671 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1672 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1673 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1674 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1675 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1676 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1677 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1678 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1679 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1680 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1681 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1682 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1683 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1684 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1685 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1686 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1687 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1688 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1689 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1690 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1691 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1692 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1693 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1694 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1695 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1696 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1697 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1698 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1699 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1700 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1701 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1702 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1703 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1704 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1705 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1706 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1707 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1708 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1709 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1710 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1711 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1712 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1713 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1714 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1715 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1716 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1717 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1718 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1719 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1720 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1721 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1722 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1723 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1724 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1725 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1726 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1727 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1728 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1729 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1730 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1731 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1732 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1733 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1734 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1735 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1736 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1737 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1738 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1739 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1740 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1741 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1742 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1743 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1744 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1745 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1746 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1747 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1748 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1749 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1750 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1751 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1752 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1753 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1754 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1755 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1756 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1757 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1758 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1759 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1760 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1761 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1762 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1763 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1764 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1765 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1766 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1767 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1768 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1769 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1770 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1771 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1772 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1773 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1774 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1775 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1776 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1777 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1778 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1779 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1780 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1781 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1782 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1783 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1784 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1785 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1786 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1787 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1788 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1789 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1790 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1791 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1792 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1793 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1794 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1795 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1796 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1797 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1798 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1799 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1800 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1801 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1802 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1803 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1804 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1805 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1806 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1807 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1808 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1809 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1810 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1811 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1812 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1813 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1814 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1815 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1816 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1817 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1818 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1819 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1820 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1821 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1822 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1823 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1824 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1825 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1826 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1827 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1828 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1829 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1830 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1831 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1832 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1833 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1834 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1835 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1836 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1837 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1838 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1839 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1840 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1841 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1842 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1843 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1844 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1845 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1846 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1847 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1848 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1849 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1850 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1851 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1852 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1853 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1854 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1855 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1856 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1857 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1858 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1859 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1860 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1861 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1862 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1863 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1864 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1865 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1866 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1867 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1868 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1869 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1870 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1871 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1872 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1873 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1874 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1875 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1876 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1877 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1878 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1879 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1880 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1881 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1882 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1883 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1884 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1885 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1886 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1887 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1888 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1889 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1890 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1891 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1892 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1893 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1894 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1895 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1896 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1897 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1898 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1899 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1900 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1901 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1902 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1903 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1904 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1905 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1906 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1907 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1908 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1909 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1910 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1911 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1912 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1913 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1914 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1915 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1916 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1917 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1918 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1919 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1920 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1921 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1922 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1923 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1924 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1925 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1926 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1927 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1928 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1929 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1930 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1931 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1932 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1933 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1934 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1935 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1936 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1937 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1938 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1939 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1940 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1941 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1942 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1943 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1944 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1945 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1946 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1947 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1948 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1949 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1950 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1951 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1952 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1953 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1954 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1955 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1956 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1957 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1958 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1959 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1960 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1961 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1962 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1963 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1964 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1965 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1966 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1967 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1968 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1969 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1970 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1971 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1972 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1973 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1974 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1975 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1976 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1977 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1978 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1979 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1980 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1981 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1982 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1983 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1984 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1985 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1986 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1987 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1988 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1989 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1990 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1991 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1992 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1993 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1994 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1995 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1996 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1997 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1998 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 1999 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2000 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2001 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2002 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2003 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2004 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2005 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2006 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2007 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2008 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2009 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2010 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2011 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2012 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2013 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2014 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2015 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2016 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2017 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2018 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2019 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2020 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2021 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2022 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2023 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2024 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2025 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2026 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2027 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2028 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2029 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2030 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2031 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2032 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2033 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2034 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2035 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2036 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2037 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2038 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2039 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2040 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2041 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2042 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2043 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2044 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2045 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2046 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2047 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2048 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2049 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2050 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2051 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2052 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2053 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2054 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2055 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2056 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2057 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2058 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2059 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2060 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2061 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=2,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2062 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2063 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2064 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2065 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2066 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2067 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2068 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2069 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2070 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2071 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2072 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2073 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2074 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2075 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2076 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2077 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2078 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2079 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2080 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2081 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2082 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2083 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2084 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2085 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2086 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2087 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2088 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2089 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2090 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2091 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2092 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2093 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2094 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2095 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2096 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2097 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2098 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2099 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2100 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2101 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2102 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2103 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2104 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2105 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2106 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2107 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2108 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2109 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2110 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2111 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2112 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2113 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2114 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2115 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2116 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2117 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2118 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2119 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2120 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2121 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2122 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2123 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2124 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2125 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2126 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2127 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2128 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2129 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2130 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2131 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2132 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2133 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2134 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2135 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2136 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2137 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2138 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2139 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2140 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2141 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2142 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2143 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2144 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2145 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2146 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2147 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2148 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2149 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2150 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2151 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2152 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2153 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2154 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2155 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2156 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2157 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2158 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2159 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2160 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2161 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2162 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2163 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2164 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2165 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2166 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2167 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2168 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2169 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2170 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2171 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2172 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2173 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2174 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2175 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2176 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2177 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2178 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2179 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2180 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2181 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2182 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2183 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2184 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2185 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2186 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2187 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,1,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2188 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2189 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2190 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2191 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2192 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2193 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2194 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2195 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2196 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2197 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2198 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2199 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2200 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2201 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2202 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2203 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2204 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2205 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2206 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2207 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2208 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2209 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2210 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2211 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2212 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2213 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2214 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2215 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,2,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2216 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2217 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2218 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2219 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2220 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2221 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2222 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2223 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2224 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2225 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2226 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2227 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2228 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2229 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2230 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2231 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2232 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2233 | BLAS | CONV_2D | ne_input=[1,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2234 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2235 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2236 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2237 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2238 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2239 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2240 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2241 | BLAS | CONV_2D | ne_input=[141,1,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2242 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2243 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,3,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2244 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2245 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2246 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2247 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[1,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2248 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2249 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2250 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2251 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[2,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2252 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2253 | BLAS | CONV_2D | ne_input=[1,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2254 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2255 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[3,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2256 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2257 | BLAS | CONV_2D | ne_input=[141,133,1,2],ne_kernel=[11,11,1,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2258 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2259 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2260 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2261 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2262 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2263 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2264 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2265 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2266 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2267 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2268 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2269 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2270 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2271 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2272 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2273 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2274 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2275 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2276 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2277 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2278 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2279 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2280 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2281 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2282 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2283 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2284 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2285 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2286 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2287 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2288 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2289 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2290 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2291 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2292 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2293 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2294 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2295 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2296 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2297 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2298 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2299 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2300 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2301 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2302 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2303 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2304 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2305 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2306 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2307 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2308 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2309 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2310 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2311 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2312 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2313 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2314 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2315 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2316 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2317 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2318 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2319 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2320 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2321 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2322 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2323 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2324 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2325 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2326 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2327 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2328 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2329 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2330 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2331 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2332 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2333 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2334 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2335 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2336 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2337 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2338 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2339 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2340 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2341 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2342 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2343 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2344 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2345 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2346 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2347 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2348 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2349 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2350 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2351 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2352 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2353 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2354 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2355 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,1],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2356 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2357 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2358 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2359 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2360 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2361 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2362 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2363 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2364 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2365 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2366 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2367 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2368 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2369 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2370 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2371 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2372 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2373 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2374 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2375 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2376 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2377 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2378 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2379 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2380 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2381 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2382 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2383 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,1,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2384 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2385 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2386 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2387 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2388 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2389 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2390 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2391 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2392 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2393 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2394 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2395 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2396 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2397 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2398 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2399 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2400 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2401 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2402 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2403 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2404 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2405 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2406 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2407 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2408 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2409 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2410 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2411 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,2,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2412 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2413 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2414 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2415 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2416 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2417 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2418 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2419 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2420 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2421 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2422 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2423 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2424 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2425 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2426 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2427 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2428 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2429 | BLAS | CONV_2D | ne_input=[1,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2430 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2431 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2432 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2433 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2434 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2435 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2436 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2437 | BLAS | CONV_2D | ne_input=[141,1,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2438 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2439 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,3,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2440 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2441 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2442 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2443 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[1,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2444 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2445 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2446 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2447 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[2,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2448 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2449 | BLAS | CONV_2D | ne_input=[1,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2450 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2451 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[3,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2452 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f32,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2453 | BLAS | CONV_2D | ne_input=[141,133,25,2],ne_kernel=[11,11,25,12],type_kernel=f16,stride0=3,stride1=5,padding0=5,padding1=5,dilation0=2,dilation1=4,cwhn=0 | support | 0 | no | BLAS |
| 2454 | BLAS | CONV_2D_DW | ne_input=[17,34,9,1],ne_kernel=[3,3,1,9],stride=1,padding=0,dilation=1,cwhn=0 | support | 0 | no | BLAS |
| 2455 | BLAS | CONV_2D_DW | ne_input=[17,34,9,1],ne_kernel=[3,3,1,9],stride=1,padding=0,dilation=1,cwhn=1 | support | 0 | no | BLAS |
| 2456 | BLAS | CONV_2D_DW | ne_input=[32,8,64,1],ne_kernel=[3,3,1,64],stride=2,padding=1,dilation=1,cwhn=0 | support | 0 | no | BLAS |
| 2457 | BLAS | CONV_2D_DW | ne_input=[32,8,64,1],ne_kernel=[3,3,1,64],stride=2,padding=1,dilation=1,cwhn=1 | support | 0 | no | BLAS |
| 2458 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2459 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2460 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2461 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2462 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2463 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2464 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2465 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2466 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2467 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[3,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2468 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[3,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2469 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[3,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2470 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[3,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2471 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[3,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2472 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[3,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2473 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[3,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2474 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[3,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2475 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[3,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2476 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1337,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2477 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1337,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2478 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,1,1,1],ne_kernel=[1337,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2479 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1337,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2480 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1337,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2481 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,1,1,1],ne_kernel=[1337,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2482 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1337,1,1,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2483 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1337,1,1,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2484 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,1,1,1],ne_kernel=[1337,1,1,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2485 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[1,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2486 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[1,1,7,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2487 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[1,1,7,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2488 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[1,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2489 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[1,1,7,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2490 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[1,1,7,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2491 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,7,1,1],ne_kernel=[1,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2492 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,7,1,1],ne_kernel=[1,1,7,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2493 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,7,1,1],ne_kernel=[1,1,7,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2494 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[3,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2495 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[3,1,7,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2496 | BLAS | CONV_TRANSPOSE_1D | ne_input=[1,7,1,1],ne_kernel=[3,1,7,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2497 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[3,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| 2498 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[3,1,7,1],s0=2,p0=0,d0=1 | support | 0 | no | BLAS |
| 2499 | BLAS | CONV_TRANSPOSE_1D | ne_input=[2,7,1,1],ne_kernel=[3,1,7,1],s0=3,p0=0,d0=1 | support | 0 | no | BLAS |
| 2500 | BLAS | CONV_TRANSPOSE_1D | ne_input=[13,7,1,1],ne_kernel=[3,1,7,1],s0=1,p0=0,d0=1 | support | 0 | no | BLAS |
| The file is too large to be shown. View Raw |