HomeSort by relevance Sort by last modified time
    Searched refs:set_count (Results 1 - 21 of 21) sorted by null

  /external/perf_data_converter/src/quipper/
perf_stat_parser.cc 52 newline->set_count(count);
  /frameworks/av/drm/libmediadrm/
DrmMetrics.cpp 270 counter->set_count(value);
278 counter->set_count(value);
286 counter->set_count(value);
294 counter->set_count(value);
302 counter->set_count(value);
311 counter->set_count(value);
319 counter->set_count(value);
  /external/tensorflow/tensorflow/core/kernels/
cudnn_pooling_gpu.cc 73 input_desc.set_count(in_batch)
77 output_desc.set_count(in_batch)
193 orig_output_desc.set_count(in_batch)
198 orig_input_desc.set_count(in_batch)
pooling_ops_common.cc 198 input_desc.set_count(params.tensor_in_batch)
205 output_desc.set_count(params.tensor_in_batch)
341 orig_output_desc.set_count(params.tensor_in_batch)
348 orig_input_desc.set_count(params.tensor_in_batch)
fused_batch_norm_op.cc 283 x_desc.set_count(batch_size)
290 scale_offset_desc.set_count(1)
437 x_desc.set_count(batch_size)
444 scale_offset_desc.set_count(1)
    [all...]
conv_ops_3d.cc 313 input_desc.set_count(in_batch)
320 output_desc.set_count(in_batch)
lrn_op.cc 191 dimensions_desc.set_count(batch)
408 dimensions_desc.set_count(batch)
conv_grad_ops_3d.cc 563 input_desc.set_count(batch)
570 output_desc.set_count(batch)
    [all...]
conv_ops.cc 632 input_desc.set_count(in_batch)
638 output_desc.set_count(out_batch)
    [all...]
conv_grad_filter_ops.cc     [all...]
conv_grad_input_ops.cc     [all...]
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 445 conv_input_desc.set_count(batch_size)
457 side_input_desc.set_count(batch_size)
463 bias_desc.set_count(1)
469 output_desc.set_count(batch_size)
  /frameworks/av/drm/mediacas/plugins/clearkey/
ecm.cpp 172 set_count(count);
ecm.h 293 inline void set_count(size_t count) { function in class:android::clearkeycas::EcmContainer
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.cc 64 .set_count(batch_size)
74 .set_count(1);
cudnn_convolution_runner.cc 122 .set_count(input_shape.dimensions(dnums.input_batch_dimension()));
157 .set_count(output_shape.dimensions(dnums.output_batch_dimension()));
  /external/tensorflow/tensorflow/stream_executor/
dnn.h 208 // BatchDescriptor().set_count(42).set_feature_map_count(7)...
267 BatchDescriptor& set_count(int64 value) { function in class:perftools::gputools::dnn::BatchDescriptor
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc     [all...]
  /external/v8/src/
objects.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 663 milliseconds