Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph_test.py22 from tensorflow.python.eager import lift_to_graph
46 lift_to_graph.lift_to_graph(
Ddef_function.py27 from tensorflow.python.eager import lift_to_graph
164 lifted_initializer = lift_to_graph.lift_to_graph(
426 except lift_to_graph.UnliftableError:
522 v.assign(lift_to_graph.lift_to_graph(
563 v.assign(lift_to_graph.lift_to_graph(
DBUILD519 ":lift_to_graph",
532 name = "lift_to_graph",
533 srcs = ["lift_to_graph.py"],
548 "lift_to_graph",
590 ":lift_to_graph",
Dwrap_function.py26 from tensorflow.python.eager import lift_to_graph
184 lift_map = lift_to_graph.lift_to_graph(
Ddef_function_test.py26 from tensorflow.python.eager import lift_to_graph
218 lift_to_graph.UnliftableError, r'transitively.* mul .* x'):
Dlift_to_graph.py215 def lift_to_graph(init_tensors, graph, sources=None, function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py40 from tensorflow.python.eager import lift_to_graph
3167 lifted_map = lift_to_graph.lift_to_graph(