(d1, d2)
| 4 | describe('features: create kernel map'); |
| 5 | function createPropertyKernels(gpu, output) { |
| 6 | function divide(d1, d2) { |
| 7 | return d1 / d2; |
| 8 | } |
| 9 | const adder = alias('adder', function add(a1, a2) { |
| 10 | return a1 + a2; |
| 11 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…