()
| 750 | expect((res as Array<{}>).length).toBe(3); |
| 751 | |
| 752 | const kernelWithComplexOutputs: KernelFunc = () => { |
| 753 | dataIdsCount += 3; |
| 754 | return {dataId: {}, shape: [], dtype: 'complex64'}; |
| 755 | }; |
| 756 | tf.registerKernel({ |
| 757 | kernelName: kernelNameComplex, |
| 758 | backendName, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…