Searched refs:current_arg_scope (Results 1 – 3 of 3) sorted by relevance
68 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)
87 def current_arg_scope(): function147 current_scope = current_arg_scope().copy()176 current_scope = current_arg_scope()
595 arg_scope = contrib_framework_ops.current_arg_scope()