Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ divup
Function
divup
tensorflow/core/util/sorter.h:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace {
30
31
int divup(int a, int b) { return (a + (b - 1)) / b; }
32
33
// Recursively re-order x, which makes all elements within [first, pos) less
34
// than those in [pos, last).
Callers
15
CustomTensorEvaluator
Method · 0.85
TensorContractionBlocking
Method · 0.85
packLhs
Function · 0.85
packRhs
Function · 0.85
Compute
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
AllocateBytes
Method · 0.85
AllocateBytes
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
LaunchScalarReduction
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_batched_strided_spatial_convolution_backward_input_valid
Function · 0.68
test_batched_strided_spatial_convolution_backward_input_valid_row_major
Function · 0.68