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

Function childFunction

test/internal/deep-types.js:9–11  ·  view source on GitHub ↗
(childFunctionArgument1)

Source from the content-addressed store, hash-verified

7function oneLayerDeepFloat(mode) {
8 const gpu = new GPU({ mode });
9 function childFunction(childFunctionArgument1) {
10 return childFunctionArgument1 + 1;
11 }
12 gpu.addFunction(childFunction);
13
14 const kernel = gpu.createKernel(function(kernelArgument1) {

Callers 1

oneLayerDeepFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…