Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op_test.cc172 const int64 num_ops = outputs[0].NumElements(); in TimeAdd() local
175 (iterations * num_ops) / static_cast<double>(total_duration); in TimeAdd()
Dquantized_mul_op_test.cc172 const int64 num_ops = outputs[0].NumElements(); in TimeMul() local
175 (iterations * num_ops) / static_cast<double>(total_duration); in TimeMul()
Dnn_ops_test.cc132 int64 num_ops = 0; in BM_ConvFloat() local
137 num_ops = static_cast<int64>(batch * in_depth * out_depth) * in BM_ConvFloat()
144 num_ops = static_cast<int64>(batch * in_depth * out_depth) * in BM_ConvFloat()
224 testing::ItemsProcessed(num_ops * iters); in BM_ConvFloat()
526 int64 num_ops = 0; in BM_ConvFloatDepthwise() local
532 num_ops = static_cast<int64>(batch * out_rows * out_cols) * in BM_ConvFloatDepthwise()
543 num_ops = (static_cast<int64>(batch * rows * cols) * in BM_ConvFloatDepthwise()
604 testing::ItemsProcessed(num_ops * iters); in BM_ConvFloatDepthwise()
Dquantized_resize_bilinear_op_test.cc217 const int64 num_ops = outputs->at(0).NumElements(); in TestResizeBilinear() local
220 (iterations * num_ops) / static_cast<double>(total_duration); in TestResizeBilinear()
Dquantization_utils_test.cc326 const int64 num_ops = num_elements; in TimeRequantizeManyInNewRange() local
329 (iterations * num_ops) / static_cast<double>(total_duration); in TimeRequantizeManyInNewRange()
/external/tensorflow/tensorflow/python/client/
Dvirtual_gpu_test.py42 num_ops=100, argument
46 self._num_ops = num_ops
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c539 unsigned num_ops, vec_width; in _vtn_block_load_store() local
541 num_ops = glsl_get_vector_elements(type->type); in _vtn_block_load_store()
545 glsl_matrix_type(base_type, vec_width, num_ops); in _vtn_block_load_store()
552 num_ops = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()
556 for (unsigned i = 0; i < num_ops; i++) { in _vtn_block_load_store()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py645 num_ops = 1000
652 for _ in xrange(num_ops):
668 1000 * results["wall_time"] / (batch_size * num_ops)))
693 num_ops = 1000
700 for _ in xrange(num_ops):
717 1000 * results["wall_time"] / (batch_size * num_ops)))
751 num_ops = 1000
758 for _ in xrange(num_ops):
773 1000 * results["wall_time"] / (batch_size * num_ops)))
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4139 int num_records = 0, num_ops = 0; in LogClientInfo() local
4143 for (r = req->next; r; r=r->next) if (r->primary == req) num_ops++; in LogClientInfo()
4146 num_ops, num_ops != 1 ? "s" : ""); in LogClientInfo()