Searched refs:current_iteration (Results 1 – 6 of 6) sorted by relevance
899 for (int current_iteration = static_cast<int>(TEST_ITERATION_FIRST); in iterate() local900 current_iteration < static_cast<int>(TEST_ITERATION_COUNT); current_iteration++) in iterate()909 …getIterationData(static_cast<_test_iteration>(current_iteration), ¤t_iteration_min_context_t… in iterate()968 << getIterationName(static_cast<_test_iteration>(current_iteration)) in iterate()1184 for (int current_iteration = static_cast<int>(TEST_ITERATION_FIRST); in iterate() local1185 current_iteration < static_cast<int>(TEST_ITERATION_COUNT); ++current_iteration) in iterate()1187 const std::string body = getShaderBody(static_cast<_test_iteration>(current_iteration)); in iterate()1206 << getIterationName(static_cast<_test_iteration>(current_iteration)) in iterate()1408 for (int current_iteration = static_cast<int>(TEST_ITERATION_FIRST); in iterate() local1409 current_iteration < static_cast<int>(TEST_ITERATION_COUNT); current_iteration++) in iterate()[all …]
268 for current_iteration in tko_test.iterations:270 self.set_pb_iteration(current_iteration, pb_iteration)
1052 bool current_iteration; in HandleInequality() local1055 ¤t_iteration)) { in HandleInequality()1059 if (first_iteration == current_iteration) { in HandleInequality()
2434 current_iteration = self.model.optimizer.iterations.numpy()2435 steps_per_second = ((current_iteration - self._previous_epoch_iterations) /