Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddistribute_lib.py986 def experimental_run(self, fn, input_iterator=None): member in StrategyBase
1980 def experimental_run(self, fn, input_iterator=None): # pylint: disable=useless-super-delegation member in StrategyV1