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

Function TEST

tensorflow/lite/testing/join_test.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24TEST(JoinTest, JoinInt) {
25 std::vector<int> data = {1, 2, 3};
26 EXPECT_EQ(Join(data.data(), data.size(), ","), "1,2,3");
27}
28
29TEST(JoinDefaultTest, JoinFloat) {
30 float data[] = {1.0, -3, 2.3, 1e-5};

Callers

nothing calls this directly

Calls 4

JoinDefaultFunction · 0.85
JoinFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected