Searched defs:start_i (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | strided_slice_op.h | 40 Eigen::DSizes<int, NDIMS> start_i, stop_i, strides_i; in operator() local
|
/external/libtextclassifier/native/actions/ |
D | ngram-model.cc | 179 for (size_t start_i = 0; start_i < tokens.size(); ++start_i) { in Eval() local
|
/external/pthreadpool/src/ |
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
|
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
|
/external/pthreadpool/test/ |
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 …]
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 640 start_i, argument
|
/external/pdfium/core/fxge/dib/ |
D | cstretchengine.cpp | 173 int start_i = floor(std::min(src_start, src_end)); in Calc() local
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_data.py | 889 def _satisfied_at_timestamp(self, device_name, pending, timestamp, start_i=0): argument
|
/external/python/cpython2/Lib/ |
D | htmllib.py | 368 def start_i(self, attrs): member in HTMLParser
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.cpp | 87 int start_i; in Calc() local
|