MCPcopy Create free account
hub / github.com/tensorflow/tfjs / incrementIterations

Function incrementIterations

tfjs-core/src/optimizers/optimizer.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 protected incrementIterations() {
93 this.iterations_ = this.iterations + 1;
94 }
95
96 /**
97 * Executes f() and computes the gradient of the scalar output of f() with

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…