Home
last modified time | relevance | path

Searched defs:total_count (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dbinomial.py151 total_count, argument
205 def total_count(self): member in Binomial
280 def _maybe_assert_valid_total_count(self, total_count, validate_args): argument
Dnegative_binomial.py64 total_count, argument
120 def total_count(self): member in NegativeBinomial
/external/libtextclassifier/lang_id/features/
Dchar-ngram-feature.cc69 int total_count = 0; in ComputeNgramCounts() local
132 int total_count = ComputeNgramCounts(sentence); in Evaluate() local
Drelevant-script-feature.cc62 int total_count = 0; in Evaluate() local
/external/tensorflow/tensorflow/python/ops/distributions/
Dmultinomial.py161 total_count, argument
220 def total_count(self): member in Multinomial
Ddirichlet_multinomial.py176 total_count, argument
234 def total_count(self): member in DirichletMultinomial
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.h55 int total_count; variable
/external/tensorflow/tensorflow/core/kernels/
Dspacetodepth_op_gpu.cu.cc155 const int total_count = in operator ()() local
190 const int total_count = batch_size * input_depth_by_output_area; in operator ()() local
221 const int total_count = batch_size * output_depth_by_output_area; in operator ()() local
Ddepthtospace_op_gpu.cu.cc159 const int total_count = in operator ()() local
194 const int total_count = batch_size * output_depth_by_input_area; in operator ()() local
225 const int total_count = batch_size * input_depth_by_input_area; in operator ()() local
Dbias_op_gpu.cu.cc82 const int32 total_count = batch * bias_size * image_size; in compute() local
165 int32 total_count = batch * image_size; in BiasGradNCHW_SharedAtomics() local
203 const int32 total_count = batch * bias_size * image_size; in compute() local
Ddilation_ops_gpu.cu.cc196 const int total_count = batch * output_rows * output_cols * depth; in operator ()() local
227 int total_count; in operator ()() local
269 int total_count; in operator ()() local
Dcrop_and_resize_op_gpu.cu.cc364 const int total_count = num_boxes * crop_height * crop_width * depth; in operator ()() local
402 int total_count; in operator ()() local
452 int total_count; in operator ()() local
Dspacetobatch_functor_gpu.cu.cc133 int64 total_count = 1; in operator ()() local
Dresize_bilinear_op_gpu.cu.cc279 const int total_count = batch * out_height * out_width * channels; in operator ()() local
315 int total_count; in operator ()() local
/external/u-boot/board/armltd/integrator/
Dtimer.c35 static unsigned long long total_count = 0; variable
/external/libchrome/base/metrics/
Dsparse_histogram.cc234 Count total_count = snapshot->TotalCount(); in WriteAsciiImpl() local
282 void SparseHistogram::WriteAsciiHeader(const Count total_count, in WriteAsciiHeader()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h73 size_t total_count() const { in total_count() function
/external/perfetto/protos/perfetto/metrics/android/
Dmem_metric.proto40 optional int32 total_count = 1; field
/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py503 def _counts_summary(counts, skip_zeros=True, total_count=None): argument
/external/tinyalsa/
Dmixer.c378 size_t total_count; in mixer_ctl_get_array() local
494 size_t total_count; in mixer_ctl_set_array() local
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c381 const uint32_t total_count = firstViewport + viewportCount; in anv_CmdSetViewport() local
399 const uint32_t total_count = firstScissor + scissorCount; in anv_CmdSetScissor() local
/external/libchrome/base/process/
Dprocess_metrics_linux.cc268 int total_count = 0; in GetOpenFdCount() local
/external/freetype/src/base/
Dftdbgmem.c858 FT_Long total_count = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local
/external/v8/src/
Dcounters.cc369 uint64_t total_count) { in SetTotal()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2772 MAYBE_UNUSED const uint32_t total_count = firstViewport + viewportCount; in radv_CmdSetViewport() local
2803 MAYBE_UNUSED const uint32_t total_count = firstScissor + scissorCount; in radv_CmdSetScissor() local
2928 MAYBE_UNUSED const uint32_t total_count = firstDiscardRectangle + discardRectangleCount; in radv_CmdSetDiscardRectangleEXT() local

12