OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_name_scope
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/framework/python/ops/
ops.py
25
'
get_name_scope
']
58
def
get_name_scope
():
function
66
print(tf.contrib.framework.
get_name_scope
())
73
return ops.get_default_graph().
get_name_scope
()
ops_test.py
64
self.assertEqual("scope1/scope2/scope3", ops_lib.
get_name_scope
())
65
self.assertEqual("scope1/scope2", ops_lib.
get_name_scope
())
66
self.assertEqual("scope1", ops_lib.
get_name_scope
())
67
self.assertEqual("", ops_lib.
get_name_scope
())
/external/tensorflow/tensorflow/python/framework/
ops_test.py
[
all
...]
ops.py
4014
def
get_name_scope
(self):
member in class:Graph
5194
def
get_name_scope
():
function
[
all
...]
/external/tensorflow/tensorflow/python/ops/
variable_scope.py
[
all
...]
Completed in 138 milliseconds