/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | scale_fp32.c | 32 int in_offset = axis_offset + in_index; in ScaleInner() local 42 int in_offset = axis_offset + in_index; in ScaleInner() local 49 int in_offset = axis_offset + in_index; in ScaleInner() local 63 int in_offset = out_offset + index; in ScaleAxis() local 75 int in_offset = out_offset + index; in ScaleAxis() local 82 int in_offset = out_offset + index; in ScaleAxis() local 122 int in_offset = axis_offset + in_index; in ScaleInnerRelu() local 133 int in_offset = axis_offset + in_index; in ScaleInnerRelu() local 141 int in_offset = axis_offset + in_index; in ScaleInnerRelu() local 162 int in_offset = out_offset + index; in ScaleAxisRelu() local [all …]
|
D | strided_slice_fp32.c | 91 … int32_t in_offset = dim0 * dim_offset[0] + dim1 * dim_offset[1] + dim2 * dim_offset[2] + in DoStridedSliceIntFp64Bool() local 153 … int32_t in_offset = dim0 * dim_offset[0] + dim1 * dim_offset[1] + dim2 * dim_offset[2] + in DoStridedSlice() local 178 size_t in_offset) { in FastStride()
|
D | gatherNd_fp32.c | 21 int GatherNd(const float *input, float *output, const int *in_offset, int area, int count) { in GatherNd()
|
D | crop_fp32.c | 64 size_t in_offset = (l + offset_pad[2]) * in_stride2 + in_offset1; in Crop4D() local 90 size_t in_offset = dim1_offset + k * in_dim2_stride; in Crop4DNoParallel() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | scale_fp16.c | 28 int in_offset = axis_offset + in_index; in Fp16ScaleInner() local 38 int in_offset = axis_offset + in_index; in Fp16ScaleInner() local 52 int in_offset = out_offset + index; in Fp16ScaleAxis() local 61 int in_offset = out_offset + index; in Fp16ScaleAxis() local 94 int in_offset = axis_offset + in_index; in Fp16ScaleInnerRelu() local 104 int in_offset = axis_offset + in_index; in Fp16ScaleInnerRelu() local 122 int in_offset = out_offset + index; in Fp16ScaleAxisRelu() local 132 int in_offset = out_offset + index; in Fp16ScaleAxisRelu() local 167 int in_offset = axis_offset + in_index; in Fp16ScaleInnerRelu6() local 177 int in_offset = axis_offset + in_index; in Fp16ScaleInnerRelu6() local [all …]
|
D | pooling_fp16.c | 158 int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingC8Fp16() local 205 int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingC4Fp16() local 243 int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingC1Fp16() local
|
D | conv_fp16.c | 48 int in_offset = b * conv_param->input_channel_ * conv_param->input_h_ * conv_param->input_w_; in ConvFp16() local 90 int in_offset = b * conv_param->input_channel_ * conv_param->input_h_ * conv_param->input_w_; in ConvOutNc8hw8Fp16() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/ |
D | unstack_base.c | 28 int in_offset = i * para->axis_dim_ * para->after_dims_ + j * para->after_dims_; in Unstack() local
|
D | batch_to_space_base.c | 38 int in_offset = in_stride_n * (bh * stride_h + bw * out_n + n) + w_offset + h_offset; in BatchToSpaceNoCropForNHWC() local 87 int in_offset = in_stride_n * (bh * stride_h + bw * out_n + n) + w_offset + h_offset; in BatchToSpaceForNHWC() local
|
D | depth_to_space_base.c | 36 … int in_offset = (in_offset_w + l * block_size * param->out_stride_dim2_) * param->data_type_size_; in DepthToSpaceForNHWC() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | gatherNd_int8.c | 21 int GatherNdInt8(int8_t *input, int8_t *output, const int *in_offset, int area, int count, GatherQu… in GatherNdInt8()
|
D | pooling_int8.c | 62 … int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in AvgPoolingInt8() local 139 int in_offset = in_channel_offset + input_stride + (h * in_w + w) * channel; in AvgPoolingOptInt8() local 211 int in_offset = in_channel_offset + input_stride + (h * in_w + w) * channel; in AvgPoolingOptInt8() local 261 int in_offset = in_channel_offset + input_stride + (h * in_w + w) * channel; in AvgPoolingOptInt8() local 316 … int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingInt8() local 375 … int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingWithQuantInt8() local 411 … int in_offset = in_channel_offset + ((in_h_index + h) * in_w + in_w_index + w) * channel; in MaxPoolingWithQuantInt8() local
|
D | batch_to_space_int8.c | 42 size_t in_offset = in_stride_n * (bh * stride_h + bw * out_n + n) + w_offset + h_offset; in BatchToSpaceNoCropForNHWCInt8() local 97 size_t in_offset = in_stride_n * (bh * stride_h + bw * out_n + n) + w_offset + h_offset; in BatchToSpaceForNHWCInt8() local
|
D | depth_to_space_int8.c | 40 size_t in_offset = in_offset_w + l * block_size * param->out_stride_dim2_; in DepthToSpaceForNHWCInt8() local
|
D | slice_int8.c | 71 size_t in_offset = (w + param->begin_[6]) * in_stride[6] + in_offset5; in SliceInt8() local
|
D | resize_int8.c | 176 int in_offset = Offset(input_shape, batch, input_y, input_x, 0); in ResizeNearestNeighborInt8Simple() local 217 int in_offset = Offset(input_shape, batch, input_y, input_x, c); in ResizeNearestNeighborInt8() local
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | mpegpsmux_h264.c | 89 gsize in_offset; in mpegpsmux_prepare_h264() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | resize_grad.c | 41 size_t in_offset = in_y * (param->in_width_ * channel) + (in_x * channel) + c; in ResizeNearestNeighborGrad() local 94 size_t in_offset = h * (param->in_width_ * channel) + (w * channel) + c; in ResizeBiLinearGrad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | resize_grad.c | 40 size_t in_offset = in_y * (param->in_width_ * channel) + (in_x * channel) + c; in ResizeNearestNeighborFp16Grad() local 93 size_t in_offset = h * (param->in_width_ * channel) + (w * channel) + c; in ResizeBiLinearFp16Grad() local
|
/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 114 int in_offset = 0, out_offset = 0; in run_test() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | slice_grad_cpu_kernel.cc | 187 …iceGradCPUKernel::CopyDataToOutput(const std::vector<kernel::AddressPtr> &inputs, size_t in_offset, in CopyDataToOutput()
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiomixer.c | 289 GstAudioAggregatorPad * aaggpad, GstBuffer * inbuf, guint in_offset, in gst_audiomixer_aggregate_one_buffer()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1186 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip_const() 1212 pbuf_skip(struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip()
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstgeometrictransform.c | 171 gint in_offset; in gst_geometric_transform_do_map() local
|
/third_party/gstreamer/gstplugins_base/gst/audiorate/ |
D | gstaudiorate.c | 452 guint64 in_offset, in_offset_end, in_samples; in gst_audio_rate_chain() local
|