Home
last modified time | relevance | path

Searched refs:no_tf_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dstrategy_common_test.py121 tf_function=[combinations.tf_function, combinations.no_tf_function],
127 tf_function is combinations.no_tf_function):
148 tf_function is combinations.no_tf_function):
Dcombinations_test.py183 tf_function_2=combinations.no_tf_function,
Dcombinations.py317 no_tf_function = combinations_lib.NamedObject("NoTfFunction", lambda f: f) variable