Home
last modified time | relevance | path

Searched refs:range_params (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dname_utils_test.cc36 name_utils::DatasetDebugStringParams range_params; in TEST() local
37 range_params.set_args(0, 10, 3); in TEST()
39 range_params), in TEST()
/external/pthreadpool/src/
Dgcd.c108 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local
112 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()
Dwindows.c224 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local
228 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()
Dpthreads.c336 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local
340 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()