Home
last modified time | relevance | path

Searched refs:replace_capture_with_deferred_capture (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.__internal__.-func-graph.pbtxt227 name: "replace_capture_with_deferred_capture"
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dps_values.py660 concrete_function.graph.replace_capture_with_deferred_capture(
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py1936 def replace_capture_with_deferred_capture(self, member in ConcreteFunction
2021 self._func_graph.replace_capture_with_deferred_capture(
H A Dfunction_test.py5249 concrete_fn.replace_capture_with_deferred_capture(
5290 concrete_fn.replace_capture_with_deferred_capture(
5296 concrete_fn.replace_capture_with_deferred_capture(
5348 concrete_fn.graph.replace_capture_with_deferred_capture(
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py921 def replace_capture_with_deferred_capture(self, member in FuncGraph