/external/webrtc/logging/rtc_event_log/events/ |
D | rtc_event_definition.h | 65 rtc::ArrayView<LoggedType> output_batch) const { in ParseImpl() argument 71 output_batch); in ParseImpl() 75 return rest_.ParseImpl(parser, output_batch); in ParseImpl() 127 rtc::ArrayView<LoggedType> output_batch = in ParseBatch() local 138 output_batch); in ParseBatch() 142 return fields_.ParseImpl(parser, output_batch); in ParseBatch()
|
D | rtc_event_begin_log.cc | 48 rtc::ArrayView<LoggedStartEvent> output_batch = in Parse() local 58 result.value(), &LoggedStartEvent::timestamp, output_batch); in Parse() 66 result.value(), &LoggedStartEvent::utc_start_time, output_batch); in Parse()
|
D | rtc_event_end_log.cc | 41 rtc::ArrayView<LoggedStopEvent> output_batch = in Parse() local 51 &LoggedStopEvent::timestamp, output_batch); in Parse()
|
D | rtc_event_field_encoding_parser.h | 284 rtc::ArrayView<E> output_batch = output; in ExtendLoggedBatch() local 285 output_batch.subview(old_size); in ExtendLoggedBatch() 286 RTC_DCHECK_EQ(output_batch.size(), new_elements); in ExtendLoggedBatch() 287 return output_batch; in ExtendLoggedBatch()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depth_to_space.h | 44 const int output_batch = output_shape.Dims(0); in DepthToSpace() local 51 TFLITE_DCHECK_EQ(input_batch, output_batch); in DepthToSpace() 53 for (int out_b = 0; out_b < output_batch; ++out_b) { in DepthToSpace()
|
D | pad.h | 69 const int output_batch = ext_output_shape.Dims(0); in PadImpl() local 91 for (int out_b = 0; out_b < output_batch; ++out_b) { in PadImpl() 97 out_b >= output_batch - right_b_padding || in PadImpl()
|
D | space_to_depth.h | 46 const int output_batch = output_shape.Dims(0); in SpaceToDepth() local 53 TFLITE_DCHECK_EQ(input_batch, output_batch); in SpaceToDepth()
|
D | reduce.h | 287 const int output_batch = output_shape.Dims(0); in Mean() local 301 for (int out_b = 0; out_b < output_batch; ++out_b) { in Mean() 331 const int output_batch = output_shape.Dims(0); in Mean() local 357 for (int out_b = 0; out_b < output_batch; ++out_b) { in Mean()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conv_depthwise_backprop_filter_test.cc | 36 int64_t output_batch, window, window_dilation; member 71 config.output_batch = feature; in GetConv2DTestCases() 99 config.output_batch = feature; in GetConv2DTestCases() 167 spec.window_dilation, spec.window_dilation, spec.output_batch); in BuildHloTextBatchGroupedConvolution2D()
|
D | convolution_dimension_numbers_test.cc | 36 int64_t input_second_spatial, int64_t output_batch, int64_t output_feature, in CreateConvDimensionNumbers() argument 49 dimension_numbers.set_output_batch_dimension(output_batch); in CreateConvDimensionNumbers()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 39 const int output_batch = output_shape.Dims(0); in Mean() local 56 for (int out_b = 0; out_b < output_batch; ++out_b) { in Mean()
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | cholesky_op_gpu.cu.cc | 216 typename TTypes<Scalar, 3>::Tensor output_batch( in ComputeAsync() local 222 output_batch); in ComputeAsync()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
D | depthwise_planar.hpp | 367 auto output_batch = reinterpret_cast<TOutput *>(output); in execute_internal() local 390 auto outptr_row = output_batch + start_output_i * ld_output_row; in execute_internal() 406 output_batch += ld_output_batch; in execute_internal()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mean.h | 37 const int output_batch = output_shape.Dims(0); in MeanImpl() local 57 for (int out_b = 0; out_b < output_batch; ++out_b) { in MeanImpl()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 52 int output_batch, int output_width, int output_height); 189 int output_batch, int output_width, in Init() argument 194 output_shape_.b = output_batch; in Init()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 1022 auto output_batch = padded_shape_splits[0]; in matchAndRewrite() local 1024 output_batch = in matchAndRewrite() 1025 rewriter.create<MulOp>(loc, output_batch, block_shape_splits[i]); in matchAndRewrite() 1027 SmallVector<Value, 4> output_shape_vals{output_batch}; in matchAndRewrite()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | reduce.h | 45 const int output_batch = output_shape.Dims(0); in MeanImpl() local 66 for (int out_b = 0; out_b < output_batch; ++out_b) { in MeanImpl()
|
D | optimized_ops.h | 4332 const int output_batch = ext_output_shape.Dims(0); in PadImpl() local 4358 for (int out_b = left_b_padding; out_b < output_batch - right_b_padding; in PadImpl() 4428 output_data + Offset(ext_output_shape, output_batch - right_b_padding, in PadImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_a_m.cc | 397 int64_t output_batch = output_shape[0]; in verify() local 398 if (static_dims(input_batch, output_batch) && in verify() 399 (output_batch * block_size * block_size) != input_batch) in verify() 404 << output_batch << ", input batch " << input_batch in verify()
|