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

Function TEST

tensorflow/lite/models/smartreply/ops/normalize_test.cc:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62TEST(NormalizeOpTest, RegularInput) {
63 NormalizeOpModel m("I'm good; you're welcome");
64 m.Invoke();
65 EXPECT_THAT(m.GetStringOutput(),
66 ElementsAreArray({"<S> i am good; you are welcome <E>"}));
67}
68
69TEST(NormalizeOpTest, OneInput) {
70 NormalizeOpModel m("Hi!!!!");

Callers

nothing calls this directly

Calls 2

InvokeMethod · 0.45
GetStringOutputMethod · 0.45

Tested by

no test coverage detected