Searched refs:context_switches (Results 1 – 5 of 5) sorted by relevance
391 context_switches = context.context().context_switches392 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,
465 self.context_switches.push(False, eager_mode, None)472 self.context_switches.pop()872 def context_switches(self): member in Context
140 self.assertEqual(len(context.context().context_switches.stack), 1)141 switch = context.context().context_switches.stack[0]
111 context_switches int64
5480 context.context().context_switches.push(5490 context.context().context_switches.pop()5574 for stack_entry in reversed(context.context().context_switches.stack):