↓ 116 callersFunctiongrads* Provided `f(x1, x2,...)`, returns another function `g([x1, x2,...], dy?)`, * which gives an array of gradients of `f()` with respect to each input
tfjs-core/src/gradients.ts:111
↓ 109 callersFunctiontensor4d(
values: TensorLike4D, shape?: [number, number, number, number],
dtype?: DataType)
tfjs-core/src/ops/tensor4d.ts:48
↓ 86 callersFunctioncomputeDispatch(
layout: {x: number[], y?: number[], z?: number[]}, outputShape: number[],
workgroupSize: [number, nu
tfjs-backend-webgpu/src/webgpu_util.ts:41