/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | binomial.py | 151 total_count, argument 205 def total_count(self): member in Binomial 280 def _maybe_assert_valid_total_count(self, total_count, validate_args): argument
|
D | negative_binomial.py | 64 total_count, argument 120 def total_count(self): member in NegativeBinomial
|
/external/libtextclassifier/lang_id/features/ |
D | char-ngram-feature.cc | 69 int total_count = 0; in ComputeNgramCounts() local 132 int total_count = ComputeNgramCounts(sentence); in Evaluate() local
|
D | relevant-script-feature.cc | 62 int total_count = 0; in Evaluate() local
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | dirichlet_multinomial.py | 176 total_count, argument 234 def total_count(self): member in DirichletMultinomial
|
D | multinomial.py | 161 total_count, argument 220 def total_count(self): member in Multinomial
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetodepth_op_gpu.cu.cc | 155 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
|
D | depthtospace_op_gpu.cu.cc | 159 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
|
D | bias_op_gpu.cu.cc | 82 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
|
D | dilation_ops_gpu.cu.cc | 196 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
|
D | crop_and_resize_op_gpu.cu.cc | 364 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
|
D | spacetobatch_functor_gpu.cu.cc | 133 int64 total_count = 1; in operator ()() local
|
D | resize_bilinear_op_gpu.cu.cc | 279 const int total_count = batch * out_height * out_width * channels; in operator ()() local 315 int total_count; in operator ()() local
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/ |
D | CameraExampleViewController.h | 55 int total_count; variable
|
/external/u-boot/board/armltd/integrator/ |
D | timer.c | 35 static unsigned long long total_count = 0; variable
|
/external/libchrome/base/metrics/ |
D | sparse_histogram.cc | 234 Count total_count = snapshot->TotalCount(); in WriteAsciiImpl() local 282 void SparseHistogram::WriteAsciiHeader(const Count total_count, in WriteAsciiHeader()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_execution_profile.h | 73 size_t total_count() const { in total_count() function
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | mem_metric.proto | 40 optional int32 total_count = 1; field
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 503 def _counts_summary(counts, skip_zeros=True, total_count=None): argument
|
/external/tinyalsa/ |
D | mixer.c | 378 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/ |
D | anv_cmd_buffer.c | 381 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/ |
D | process_metrics_linux.cc | 268 int total_count = 0; in GetOpenFdCount() local
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 858 FT_Long total_count = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local
|
/external/v8/src/ |
D | counters.cc | 369 uint64_t total_count) { in SetTotal()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 2772 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
|