Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DReductionOperation.cpp217 const int in_offset = du * src_height * src_width + x; in compute_reduction_operation() local
236 … const int in_offset = du * src_depth * src_height * src_width + y * src_width + x; in compute_reduction_operation() local
258 …const int in_offset = du * src_batch * src_depth * src_height * src_width + z * src_width * src_… in compute_reduction_operation() local
DConv3D.cpp102 …const int in_offset = coord2index(src.shape(), Coordinates{ ch_in, idx_x, idx_y, idx_z, batch … in calculate_conv3d() local
172 …const int in_offset = coord2index(src.shape(), Coordinates{ ch_in, idx_x, idx_y, idx_z, batch … in calculate_conv3d() local
/external/eigen/unsupported/test/
Dcxx11_tensor_reduction_sycl.cpp84 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_full_reductions_sum_with_offset_sycl() local
161 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_full_reductions_max_with_offset_sycl() local
291 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_full_reductions_mean_with_offset_sycl() local
417 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_full_reductions_min_with_offset_sycl() local
515 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_first_dim_reductions_max_with_offset_sycl() local
575 TensorMap<data_tensor> in_offset(in.data() + offset, tensor_offset_range); in test_last_dim_reductions_max_with_offset_sycl() local
/external/kernel-headers/original/uapi/linux/
Dndctl.h30 __u32 in_offset; member
37 __u32 in_offset; member
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.h271 const int32_t in_offset = (b * in_rows + h) * in_cols + w; in SpatialMaxPool() local
Dfractional_max_pool_op.cc182 const int64_t in_offset = in Compute() local
Dfractional_avg_pool_op.cc175 const int64_t in_offset = in Compute() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h59 int in_offset = Offset(input_shape, b, ih_start, iw_start, 0); in ExtractPatchIntoBufferColumn() local
362 int in_offset = in_offset_without_d + id * id_stride_size; in ExtractPatchIntoBufferColumn3D() local
Doptimized_ops.h3259 const int in_offset = w + input_width * (h + input_height * b); in L2Pool() local
/external/libxaac/decoder/
Dixheaacd_hbe_dft_trans.c776 WORD32 in_offset = 0; in ixheaacd_dft_hbe_apply() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEReductionOperationKernel.cpp628 const auto in_offset = static_cast<float>(iq_info.offset); in operator ()() local
1222 const float in_offset = static_cast<float>(iq_info.offset); in operator ()() local
/external/freetype/src/psaux/
Dpsobjs.c177 FT_PtrDist in_offset; in ps_table_add() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1780 const int64_t in_offset = in_base + block * block_size; in Fft1D() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6103 const st_src_reg *in_offset) in translate_tex_offset()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2775 jint in_offset = inOffset; in evpUpdate() local