/external/tensorflow/tensorflow/core/util/ |
D | gpu_launch_config.h | 109 inline int DivUp(int a, int b) { return (a + b - 1) / b; } in DivUp() function 137 std::min(DivUp(physical_thread_count, thread_per_block), in GetGpuLaunchConfig() 178 std::min(block_count, DivUp(work_element_count, thread_per_block)); in GetGpuLaunchConfig() 209 DivUp(work_element_count, fixed_block_size)); in GetGpuLaunchConfigFixedBlockSize() 247 int grid_x = std::min(DivUp(xdim, block_cols), max_blocks); in GetGpu2DLaunchConfig() 314 block_count = std::min(DivUp(physical_thread_count, thread_per_block), in GetGpu3DLaunchConfig() 325 int blocksx = std::min({block_count, DivUp(xdim, threadsx), xgridlimit}); in GetGpu3DLaunchConfig() 327 {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); in GetGpu3DLaunchConfig() 328 int blocksz = std::min({DivUp(block_count, (blocksx * blocksy)), in GetGpu3DLaunchConfig() 329 DivUp(zdim, threadsz), zgridlimit}); in GetGpu3DLaunchConfig()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_flat.h | 55 constexpr size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 56 constexpr size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 637 args.batch * DivUp(args.out_depth, kBlockDepth) * kBlockDepth; 646 DivUp(args.batch * args.out_depth, kBlockDepth) * kBlockDepth; 1605 args.batch * DivUp(args.out_depth, kBlockDepth) * kBlockDepth; 1612 DivUp(args.batch * args.out_depth, kBlockDepth) * kBlockDepth;
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | cord.cc | 106 static size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 107 static size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 153 static size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 154 static size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | cord.cc | 112 static size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 113 static size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 112 static size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 113 static size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/abseil-cpp/absl/strings/ |
D | cord.cc | 153 static size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() function 154 static size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp()
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 1695 ?DivUp@cord_internal@absl@@YAIII@Z
|
D | symbols_x64_dbg.def | 1701 ?DivUp@cord_internal@absl@@YA_K_K0@Z
|
D | symbols_arm64_dbg.def | 1699 ?DivUp@cord_internal@absl@@YA_K_K0@Z
|