State Ops

Summary

Classes

tensorflow::ops::Assign

Update 'ref' by assigning 'value' to it.

tensorflow::ops::AssignAdd

Update 'ref' by adding 'value' to it.

tensorflow::ops::AssignSub

Update 'ref' by subtracting 'value' from it.

tensorflow::ops::CountUpTo

Increments 'ref' until it reaches 'limit'.

tensorflow::ops::DestroyTemporaryVariable

Destroys the temporary variable and returns its final value.

tensorflow::ops::IsVariableInitialized

Checks whether a tensor has been initialized.

tensorflow::ops::ResourceCountUpTo

Increments variable pointed to by 'resource' until it reaches 'limit'.

tensorflow::ops::ResourceScatterNdAdd

Applies sparse addition to individual values or slices in a Variable.

tensorflow::ops::ResourceScatterNdMax

TODO: add doc.

tensorflow::ops::ResourceScatterNdMin

TODO: add doc.

tensorflow::ops::ResourceScatterNdSub

Applies sparse subtraction to individual values or slices in a Variable.

tensorflow::ops::ResourceScatterNdUpdate

Applies sparse updates to individual values or slices within a given.

tensorflow::ops::ScatterAdd

Adds sparse updates to a variable reference.

tensorflow::ops::ScatterDiv

Divides a variable reference by sparse updates.

tensorflow::ops::ScatterMax

Reduces sparse updates into a variable reference using the max operation.

tensorflow::ops::ScatterMin

Reduces sparse updates into a variable reference using the min operation.

tensorflow::ops::ScatterMul

Multiplies sparse updates into a variable reference.

tensorflow::ops::ScatterNdAdd

Applies sparse addition to individual values or slices in a Variable.

tensorflow::ops::ScatterNdSub

Applies sparse subtraction to individual values or slices in a Variable.

tensorflow::ops::ScatterNdUpdate

Applies sparse updates to individual values or slices within a given.

tensorflow::ops::ScatterSub

Subtracts sparse updates to a variable reference.

tensorflow::ops::ScatterUpdate

Applies sparse updates to a variable reference.

tensorflow::ops::TemporaryVariable

Returns a tensor that may be mutated, but only persists within a single step.

tensorflow::ops::Variable

Holds state in the form of a tensor that persists across steps.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2021年11月15日 UTC.