Searched refs:lift_to_graph (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | lift_to_graph_test.py | 22 from tensorflow.python.eager import lift_to_graph 50 lift_to_graph.lift_to_graph( 76 lift_to_graph.lift_to_graph([thirty_out], g)
|
D | def_function.py | 33 from tensorflow.python.eager import lift_to_graph 286 lifted_initializer = lift_to_graph.lift_to_graph( 878 except lift_to_graph.UnliftableError: 1089 op_map = lift_to_graph.lift_to_graph( 1137 lift_to_graph.lift_to_graph([init], ops.get_default_graph())[init],
|
D | wrap_function.py | 28 from tensorflow.python.eager import lift_to_graph 334 lift_map = lift_to_graph.lift_to_graph(
|
D | BUILD | 840 ":lift_to_graph", 856 name = "lift_to_graph", 857 srcs = ["lift_to_graph.py"], 873 "lift_to_graph", 975 ":lift_to_graph",
|
D | lift_to_graph.py | 207 def lift_to_graph(tensors, function
|
D | def_function_test.py | 32 from tensorflow.python.eager import lift_to_graph 217 with self.assertRaisesRegex(lift_to_graph.UnliftableError,
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_v1_in_v2.py | 24 from tensorflow.python.eager import lift_to_graph 172 except lift_to_graph.UnliftableError as ex:
|
D | load_v1_in_v2_test.py | 27 from tensorflow.python.eager import lift_to_graph 430 lift_to_graph.UnliftableError,
|
D | BUILD | 447 "//tensorflow/python/eager:lift_to_graph",
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.__internal__.pbtxt | 92 name: "lift_to_graph"
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 43 from tensorflow.python.eager import lift_to_graph 4123 lifted_map = lift_to_graph.lift_to_graph(
|