Home
last modified time | relevance | path

Searched refs:current_arg_scope (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope_test.py68 with arg_scope([]) as current_arg_scope:
69 self.assertEqual(current_arg_scope, func1_scope)
134 with arg_scope([]) as current_arg_scope:
135 self.assertDictEqual(current_arg_scope, current_scope1)
137 with arg_scope([]) as current_arg_scope:
138 self.assertDictEqual(current_arg_scope, current_scope2)
Darg_scope.py87 def current_arg_scope(): function
147 current_scope = current_arg_scope().copy()
176 current_scope = current_arg_scope()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Drev_block_lib.py595 arg_scope = contrib_framework_ops.current_arg_scope()