/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-filter.c | 486 int start_i = i; in get_field_end() local 509 int start_i = i; in get_compare() local 572 int start_i = i; in get_val_end() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | pooling_depthfirst_generic.hpp | 153 …const int start_i = static_cast<int>(output_i * this->m_args.pool_stride.rows) - this->m_args.padd… in compute_tile_padded() local 216 …const int start_i = static_cast<int>(output_i * this->m_args.pool_stride.rows) - this->m_args.padd… in compute_row_padded_tile_row() local
|
H A D | pooling_depthfirst_cache_oblivious.hpp | 210 const int start_i = item.output_i * strategy::stride_rows() - padding.top; in execute() local
|
/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 717 static void CheckBounds1DTile1D(void*, size_t start_i, size_t tile_i) { in CheckBounds1DTile1D() 750 static void CheckTiling1DTile1D(void*, size_t start_i, size_t tile_i) { in CheckTiling1DTile1D() 785 static void SetTrue1DTile1D(std::atomic_bool* processed_indicators, size_t start_i, size_t tile_i) { in SetTrue1DTile1D() 833 static void Increment1DTile1D(std::atomic_int* processed_counters, size_t start_i, size_t tile_i) { in Increment1DTile1D() 929 static void IncrementSame1DTile1D(std::atomic_int* num_processed_items, size_t start_i, size_t tile… in IncrementSame1DTile1D() 954 static void WorkImbalance1DTile1D(std::atomic_int* num_processed_items, size_t start_i, size_t tile… in WorkImbalance1DTile1D() 1615 static void CheckBounds2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckBounds2DTile2D() 1652 static void CheckTiling2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckTiling2DTile2D() 1694 static void SetTrue2DTile2D(std::atomic_bool* processed_indicators, size_t start_i, size_t start_j,… in SetTrue2DTile2D() 1753 static void Increment2DTile2D(std::atomic_int* processed_counters, size_t start_i, size_t start_j, … in Increment2DTile2D() [all …]
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | fastpath.c | 263 size_t start_i = tile_index_i_j.quotient * tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 287 const size_t start_i = tile_index_i_j.quotient * tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 327 size_t start_i = index.quotient * tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local 349 const size_t start_i = tile_index_i_j.quotient * tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
|
H A D | portable-api.c | 239 size_t start_i = tile_index_i_j.quotient * tile_i; in thread_parallelize_2d_tile_2d() local 264 const size_t start_i = tile_index_i_j.quotient * tile_i; in thread_parallelize_2d_tile_2d() local 298 size_t start_i = index.quotient * tile_i; in thread_parallelize_2d_tile_2d_with_uarch() local 321 const size_t start_i = tile_index_i_j.quotient * tile_i; in thread_parallelize_2d_tile_2d_with_uarch() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 63 const int start_i = 1*i - static_cast<int>(pad_top); in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | motion_est.cpp | 154 Int numIntra, start_i, numLoop, incr_i; in MotionEstimation() local 1622 void ResetIntraUpdateRegion(UChar *intraArray, Int start_i, Int rwidth, in ResetIntraUpdateRegion()
|
/aosp_15_r20/external/ComputeLibrary/src/core/utils/helpers/ |
H A D | tensor_transform.cpp | 130 const int start_i = calculate_start_on_index(input_shape, i, starts, strides, begin_mask); in calculate_strided_slice_coords() local
|
/aosp_15_r20/external/libtextclassifier/native/actions/ |
H A D | ngram-model.cc | 179 for (size_t start_i = 0; start_i < tokens.size(); ++start_i) { in Eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/ |
H A D | cross_device_ops_test.py | 639 start_i, argument
|
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cstretchengine.cpp | 131 int start_i = floor(std::min(src_start, src_end)); in CalculateWeights() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | input_transform.hpp | 111 const auto start_i = tile_i * tile_stride_rows; in execute_internal() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | htmllib.py | 368 def start_i(self, attrs): member in HTMLParser
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_data.py | 884 def _satisfied_at_timestamp(self, device_name, pending, timestamp, start_i=0): argument
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_boundsinference.cpp | 33 int start_i = immediateAs<int>(access_info.start[i]); in verifyConstBounds() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |