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

Function TEST_F

tensorflow/compiler/xla/client/padding_test.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35TEST_F(PaddingTest, ValidPaddingWithStrideOne) {
36 const auto padding = ComputePadding(10, 5, 1, Padding::kValid);
37 EXPECT_EQ(padding.first, 0);
38 EXPECT_EQ(padding.second, 0);
39}
40
41TEST_F(PaddingTest, ValidPaddingWithStrideThree) {
42 const auto padding = ComputePadding(10, 5, 3, Padding::kValid);

Callers

nothing calls this directly

Calls 1

ComputePaddingFunction · 0.85

Tested by

no test coverage detected