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

Function TEST_F

tensorflow/core/kernels/logging_ops_test.cc:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43TEST_F(PrintingV2GraphTest, StringSuccess) {
44 TF_ASSERT_OK(Init());
45 AddInputFromArray<tstring>(TensorShape({}), {"bar"});
46 TF_ASSERT_OK(RunOpKernel());
47}
48
49TEST_F(PrintingV2GraphTest, InvalidOutputStream) {
50 ASSERT_NE(::tensorflow::Status::OK(), (Init("invalid_output_stream")));

Callers

nothing calls this directly

Calls 4

GetOutputFunction · 0.85
InitFunction · 0.50
TensorShapeClass · 0.50
dataMethod · 0.45

Tested by

no test coverage detected