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

Function TEST

tensorflow/lite/kernels/transpose_test.cc:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60TEST(TransposeTest, TestRefOps1D) {
61 // Basic 1D identity.
62 std::vector<float> out;
63 RunTestPermutation({3}, {0}, &out);
64 ASSERT_EQ(out, std::vector<float>({0, 1, 2}));
65}
66
67TEST(TransposeTest, TestRefOps2D) {
68 std::vector<float> out;

Callers

nothing calls this directly

Calls 9

RunTestPermutationFunction · 0.85
EXPECT_DEATHFunction · 0.85
SetPermMethod · 0.80
sizeMethod · 0.45
SetInputMethod · 0.45
InvokeMethod · 0.45
GetOutputShapeMethod · 0.45
GetOutputMethod · 0.45

Tested by

no test coverage detected