Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py897 def _construct_function_from_graph_def(func, graph_def, frozen_func=None): function
1303 self._converted_func = _construct_function_from_graph_def(
1361 frozen_func = _construct_function_from_graph_def(func, inlined_graph_def)
1387 self._converted_func = _construct_function_from_graph_def(
1457 func = _construct_function_from_graph_def(self._converted_func,