Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.c63 return ctx->stats.batch_total; in read_counter()
Dfreedreno_context.h156 uint64_t batch_total, batch_sysmem, batch_gmem, batch_restore; member
Dfreedreno_context.c147 (uint32_t)ctx->stats.batch_total, (uint32_t)ctx->stats.batch_sysmem, in fd_context_destroy()
Dfreedreno_gmem.c398 ctx->stats.batch_total++; in fd_gmem_render_tiles()
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py3011 batch_total = math_ops.reduce_sum(average_precision, name='batch_total')
3012 total_update = state_ops.assign_add(total_var, batch_total, name='update')