Home
last modified time | relevance | path

Searched defs:in_offset (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dscale_fp32.c32 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 …]
Dstrided_slice_fp32.c91 … 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()
DgatherNd_fp32.c21 int GatherNd(const float *input, float *output, const int *in_offset, int area, int count) { in GatherNd()
Dcrop_fp32.c64 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/
Dscale_fp16.c28 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 …]
Dpooling_fp16.c158 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
Dconv_fp16.c48 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/
Dunstack_base.c28 int in_offset = i * para->axis_dim_ * para->after_dims_ + j * para->after_dims_; in Unstack() local
Dbatch_to_space_base.c38 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
Ddepth_to_space_base.c36 … 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/
DgatherNd_int8.c21 int GatherNdInt8(int8_t *input, int8_t *output, const int *in_offset, int area, int count, GatherQu… in GatherNdInt8()
Dpooling_int8.c62 … 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
Dbatch_to_space_int8.c42 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
Ddepth_to_space_int8.c40 size_t in_offset = in_offset_w + l * block_size * param->out_stride_dim2_; in DepthToSpaceForNHWCInt8() local
Dslice_int8.c71 size_t in_offset = (w + param->begin_[6]) * in_stride[6] + in_offset5; in SliceInt8() local
Dresize_int8.c176 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/
Dmpegpsmux_h264.c89 gsize in_offset; in mpegpsmux_prepare_h264() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dresize_grad.c41 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/
Dresize_grad.c40 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/
Dapi-flac-test.c114 int in_offset = 0, out_offset = 0; in run_test() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dslice_grad_cpu_kernel.cc187 …iceGradCPUKernel::CopyDataToOutput(const std::vector<kernel::AddressPtr> &inputs, size_t in_offset, in CopyDataToOutput()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c289 GstAudioAggregatorPad * aaggpad, GstBuffer * inbuf, guint in_offset, in gst_audiomixer_aggregate_one_buffer()
/third_party/lwip/src/core/
Dpbuf.c1186 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/
Dgstgeometrictransform.c171 gint in_offset; in gst_geometric_transform_do_map() local
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c452 guint64 in_offset, in_offset_end, in_samples; in gst_audio_rate_chain() local

12