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

Function TEST

tensorflow/core/platform/logging_test.cc:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace tensorflow {
20
21TEST(Logging, Log) {
22 LOG(INFO) << "Hello";
23 LOG(INFO) << "Another log message";
24 LOG(ERROR) << "Error message";
25 VLOG(1) << "A VLOG message";
26 VLOG(2) << "A higher VLOG message";
27}
28
29TEST(Logging, CheckChecks) {
30 CHECK(true);

Callers

nothing calls this directly

Calls 1

LogStringFunction · 0.50

Tested by

no test coverage detected