MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ceil_div

Function ceil_div

tensorflow/core/kernels/eigen_spatial_convolutions_test.cc:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#define EigenApprox(a, b) \
26 { ASSERT_TRUE(std::abs(a - b) <= std::min(std::abs(a), std::abs(b)) * 1e-3); }
27static int ceil_div(int a, int b) { return (a + b - 1) / b; }
28
29TEST(EigenSpatialConvolutionsTest, Simple) {
30 const int input_depth = 7;

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected