Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ endTape
Method
endTape
tfjs-core/src/engine.ts:1046–1048 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
private endTape() {
1047
this.state.gradientDepth--;
1048
}
1049
1050
/**
1051
* Start a scope. Use this with endScope() to achieve the same functionality
Callers
1
gradients
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected