MCPcopy Index your code
hub / github.com/tensorflow/tfjs / isTapeOn

Method isTapeOn

tfjs-core/src/engine.ts:1000–1002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998 }
999
1000 isTapeOn(): boolean {
1001 return this.state.gradientDepth > 0 && this.state.kernelDepth === 0;
1002 }
1003
1004 private addTapeNode(
1005 kernelName: string, inputs: NamedTensorMap, outputs: Tensor[],

Callers 2

runKernelFuncMethod · 0.95
gradients_test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected