Home
last modified time | relevance | path

Searched refs:ItemsProcessed (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op_test.cc63 testing::ItemsProcessed(static_cast<int64>(iters) * nsamp * nlam); \
Dmatmul_op_test.cc366 testing::ItemsProcessed(static_cast<int64>(iters) * M * K * N * 2); \
539 testing::ItemsProcessed(static_cast<int64>(iters) * B * M * K * N * 2); \
575 testing::ItemsProcessed(static_cast<int64>(iters) * std::max(B1, B2) * M * \
Dfused_batch_norm_ex_op_test.cc610 testing::ItemsProcessed(static_cast<int64>(iters) * N * H * W * C); \
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc299 void ItemsProcessed(int64 n) { items_processed = n; } in ItemsProcessed() function
332 ::tensorflow::testing::ItemsProcessed(items); in SetItemsProcessed()
Dtest_benchmark.h131 void ItemsProcessed(int64);
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops_test.cc307 testing::ItemsProcessed(static_cast<int64>(iters) * flops_per_iter); \
330 testing::ItemsProcessed(static_cast<int64>(iters) * flops_per_iter); \
353 testing::ItemsProcessed(static_cast<int64>(iters) * flops_per_iter); \
Dmkl_relu_op_test.cc107 testing::ItemsProcessed(static_cast<int64>(iters) * flops_per_iter); \