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

Function kernelWith3Outputs

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

Source from the content-addressed store, hash-verified

738 tf.setBackend(backendName);
739
740 const kernelWith3Outputs: KernelFunc = () => {
741 dataIdsCount += 3;
742 const t: TensorInfo = {dataId: {}, shape: [], dtype: 'float32'};
743 return [t, t, t];
744 };
745 tf.registerKernel(
746 {kernelName, backendName, kernelFunc: kernelWith3Outputs});
747

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…