Home
last modified time | relevance | path

Searched defs:update_fn (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvars_test.py88 update_fn = lambda: getattr(v, fn)(update_value) function
133 update_fn = lambda: getattr(v, fn)(update_value) function
183 update_fn = lambda: getattr(v, fn)(update_value) function
714 update_fn = lambda: getattr(v, fn)(update_value) function
761 update_fn = lambda: getattr(v, fn)(update_value) function
828 update_fn = lambda: getattr(v, fn)(update_value) function
871 update_fn = lambda: getattr(v, fn)(update_value) function
H A Dvalues.py44 def _on_write_update_replica(var, update_fn, value, **kwargs): argument
912 def _update_cross_replica(self, update_fn, value, **kwargs): argument
928 def _update_replica(self, update_fn, value, **kwargs): argument
948 def _update(self, update_fn, value, **kwargs): argument
1097 def _update_replica(self, update_fn, value, **kwargs): argument
1213 def _update_replica(self, update_fn, value, **kwargs): argument
1465 def _update_replica(self, var, update_fn, value, **kwargs): argument
1510 def _update_replica(self, var, update_fn, value, **kwargs): argument
1634 def _update_replica(self, var, update_fn, value, **kwargs): argument
H A Dtpu_replicated_variable.py36 def _on_device_update(update_fn, var, value, **kwargs): argument
212 def _update(self, update_fn, value, **kwargs): argument
H A Dmoving_averages_test.py152 def update_fn(v, value): function
H A Dstrategy_common_test.py276 def testDenseUpdate(self, strategy, tf_function, update_fn): argument
H A Ddistribute_lib_test.py422 def update_fn(): function
H A Dpacked_distributed_variable.py141 def _update(self, update_fn, value, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dmoving_averages.py90 def update_fn(v, value): function
178 def _update(strategy, var, update_fn, args): argument
267 def update_fn(v, value, biased_var, local_step): function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Ddouble_array_trie.h92 callback update_fn) const { in IteratePrefixMatches()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py212 update_fn, argument
237 def _apply_update(self, update_fn, *args, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dstateful_random_ops.py593 def update_fn(v): function