You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/gen/annotations/org/tensorflow/op/kotlin/KotlinOps.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3276,11 +3276,10 @@ public class KotlinOps(
3276
3276
*
3277
3277
* Registered initializers are then grouped as a single unit of computation by adding
3278
3278
* and executing an [ org.tensorflow.op.core.Init#create(Scope) init] operation from a graph
3279
-
* session.
3279
+
* session. This is a no-op if executed in an eager session.
3280
3280
*
3281
3281
* @param scope
3282
3282
* @param initializer
3283
-
* @throws IllegalArgumentException if the execution environment in scope is not a graph
0 commit comments