Searched refs:MoveToState (Results 1 – 4 of 4) sorted by relevance
68 void BlockingOpState::MoveToState(int expected_current, int next) { in MoveToState() function in tensorflow::test::function::BlockingOpState83 blocking_op_state->MoveToState(0, 1); in Compute()85 blocking_op_state->MoveToState(2, 3); in Compute()
32 void MoveToState(int expected_current, int next);
241 blocking_op_state->MoveToState(1, 2); in TEST_F()245 blocking_op_state->MoveToState(3, 0); in TEST_F()
2034 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()2036 blocking_op_state->MoveToState(3, 0); in TestSessionInterOpThreadsImpl()2069 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()