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

Function TEST_F

tensorflow/core/kernels/ops_util_test.cc:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141};
142
143TEST_F(OpsUtilTest, Get2dOutputSizeNegativeSizeTest) {
144 padding_struct pad_struct = {{1, 1, 3, 3, 1, 1, VALID}, {-1, -1, 0, 0, 0, 0}};
145 VerifyGet2dOutputSizeBoundaries(pad_struct, error::INVALID_ARGUMENT);
146}
147
148TEST_F(OpsUtilTest, Get2dOutputSizeSquareFilterTest) {
149 padding_struct pad_struct1 = {{3, 3, 2, 2, 2, 2, SAME}, {2, 2, 0, 0, 0, 0}};

Callers

nothing calls this directly

Calls 6

SanitizeThreadSuffixFunction · 0.85
IsAlignedMethod · 0.80
TensorShapeClass · 0.50
shapeMethod · 0.45
CopyFromMethod · 0.45
SliceMethod · 0.45

Tested by

no test coverage detected