Home
last modified time | relevance | path

Searched refs:context_switches (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dops_test.py391 context_switches = context.context().context_switches
392 self.assertEqual(len(context_switches.stack), 1)
393 self.assertFalse(context_switches.stack[0].is_building_function)
394 self.assertEqual(context_switches.stack[0].enter_context_fn,
Dcontext.py465 self.context_switches.push(False, eager_mode, None)
472 self.context_switches.pop()
872 def context_switches(self): member in Context
Dcore_test.py140 self.assertEqual(len(context.context().context_switches.stack), 1)
141 switch = context.context().context_switches.stack[0]
/external/syzkaller/sys/fuchsia/
Dobjects.txt111 context_switches int64
/external/tensorflow/tensorflow/python/framework/
Dops.py5480 context.context().context_switches.push(
5490 context.context().context_switches.pop()
5574 for stack_entry in reversed(context.context().context_switches.stack):