Searched defs:get_default_graph (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
H A Dframework_lib.py40 @@get_default_graph
91 from tensorflow.python.framework.ops import get_default_graph namespace
H A Dops.py2655 @{tf.get_default_graph}.
2661 assert c.graph is tf.get_default_graph()
4022 print(tf.get_default_graph().get_name_scope())
4697 return get_default_graph().device(device_name_or_function)
4718 return get_default_graph().container(container_name)
4724 return get_default_graph().colocate_with(op, ignore_existing)
4750 return get_default_graph().control_dependencies(control_inputs)
5019 default_graph = get_default_graph()
5175 @tf_export("get_default_graph")
5176 def get_default_graph() function
[all...]

Completed in 146 milliseconds