MCPcopy 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

29namespace {
30
31int 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

CustomTensorEvaluatorMethod · 0.85
packLhsFunction · 0.85
packRhsFunction · 0.85
ComputeMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
AllocateBytesMethod · 0.85
AllocateBytesMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
LaunchScalarReductionFunction · 0.85

Calls

no outgoing calls