Searched refs:func_graph_module (Results 1 – 5 of 5) sorted by relevance
29 from tensorflow.python.framework import func_graph as func_graph_module unknown68 true_graph = func_graph_module.func_graph_from_py_func(75 false_graph = func_graph_module.func_graph_from_py_func(222 return func_graph_module.pack_sequence_as(true_graph.structured_outputs,311 return func_graph_module.func_graph_from_py_func(518 true_graph.outputs = func_graph_module.flatten(true_outputs)520 false_graph.outputs = func_graph_module.flatten(false_outputs)
28 from tensorflow.python.framework import func_graph as func_graph_module unknown121 cond_graph = func_graph_module.func_graph_from_py_func(165 body_graph = func_graph_module.func_graph_from_py_func(310 cond_grad_graph = func_graph_module.func_graph_from_py_func(452 grad_func_graph = func_graph_module.func_graph_from_py_func(622 assert isinstance(tensor.graph, func_graph_module.FuncGraph)942 while isinstance(outer_graph, func_graph_module.FuncGraph):949 if isinstance(graph, func_graph_module.FuncGraph):
22 from tensorflow.python.framework import func_graph as func_graph_module unknown56 structured_outputs = func_graph_module.convert_structure_to_signature(
28 from tensorflow.python.framework import func_graph as func_graph_module unknown243 func_graph_module.dismantle_func_graph(self.func_graph)345 lifted_initializer_graph = func_graph_module.FuncGraph("initializer")596 isinstance(arg, func_graph_module.UnknownArgument)
43 from tensorflow.python.framework import func_graph as func_graph_module unknown765 backwards_graph = func_graph_module.FuncGraph(1454 or func_graph_module.device_stack_has_callable(1481 func_graph_module.func_graph_from_py_func(2117 if func_graph_module is None or memory is None:2138 if func_graph_module is None or memory is None or self._func_graph is None:2141 func_graph_module.dismantle_func_graph(self._func_graph)