Searched refs:batch_total (Results 1 – 5 of 5) sorted by relevance
63 return ctx->stats.batch_total; in read_counter()
218 uint64_t batch_total, batch_sysmem, batch_gmem, batch_nondraw, batch_restore; member
160 (uint32_t)ctx->stats.batch_total, (uint32_t)ctx->stats.batch_sysmem, in fd_context_destroy()
411 ctx->stats.batch_total++; in fd_gmem_render_tiles()
3138 batch_total = math_ops.reduce_sum(average_precision, name='batch_total')3139 total_update = state_ops.assign_add(total_var, batch_total, name='update')