MCPcopy Index your code
hub / github.com/gpujs/gpu.js / toJSON

Method toJSON

src/backend/cpu/kernel.js:635–639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633 static destroyContext(context) {}
634
635 toJSON() {
636 const json = super.toJSON();
637 json.functionNodes = FunctionBuilder.fromKernel(this, CPUFunctionNode).toJSON();
638 return json;
639 }
640
641 setOutput(output) {
642 super.setOutput(output);

Callers

nothing calls this directly

Calls 1

fromKernelMethod · 0.80

Tested by

no test coverage detected