MCPcopy Create free account
hub / github.com/tensorflow/tfjs / kernelWithComplexOutputs

Function kernelWithComplexOutputs

tfjs-core/src/engine_test.ts:752–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…