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

Function TEST

tensorflow/lite/kernels/depth_to_space_test.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53#ifdef GTEST_HAS_DEATH_TEST
54TEST(DepthToSpaceOpModel, BadBlockSize) {
55 EXPECT_DEATH(DepthToSpaceOpModel({TensorType_FLOAT32, {1, 1, 1, 4}}, 4),
56 "Cannot allocate tensors");
57}
58#endif
59
60TEST(DepthToSpaceOpModel, Float32) {

Callers

nothing calls this directly

Calls 4

EXPECT_DEATHFunction · 0.85
DepthToSpaceOpModelClass · 0.85
InvokeMethod · 0.45
GetOutputShapeMethod · 0.45

Tested by

no test coverage detected