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

Function TEST

tensorflow/lite/experimental/c/c_api_test.cc:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace {
26
27TEST(CAPI, Version) { EXPECT_STRNE("", TfLiteVersion()); }
28
29TEST(CApiSimple, Smoke) {
30 TfLiteModel* model =

Callers

nothing calls this directly

Tested by

no test coverage detected