Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph_test.py22 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)
Ddef_function.py33 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],
Dwrap_function.py28 from tensorflow.python.eager import lift_to_graph
334 lift_map = lift_to_graph.lift_to_graph(
DBUILD840 ":lift_to_graph",
856 name = "lift_to_graph",
857 srcs = ["lift_to_graph.py"],
873 "lift_to_graph",
975 ":lift_to_graph",
Dlift_to_graph.py207 def lift_to_graph(tensors, function
Ddef_function_test.py32 from tensorflow.python.eager import lift_to_graph
217 with self.assertRaisesRegex(lift_to_graph.UnliftableError,
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2.py24 from tensorflow.python.eager import lift_to_graph
172 except lift_to_graph.UnliftableError as ex:
Dload_v1_in_v2_test.py27 from tensorflow.python.eager import lift_to_graph
430 lift_to_graph.UnliftableError,
DBUILD447 "//tensorflow/python/eager:lift_to_graph",
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.pbtxt92 name: "lift_to_graph"
/external/tensorflow/tensorflow/python/keras/
Dbackend.py43 from tensorflow.python.eager import lift_to_graph
4123 lifted_map = lift_to_graph.lift_to_graph(