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

Function TEST

tensorflow/core/ops/parsing_ops_test.cc:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace tensorflow {
24
25TEST(ParsingOpsTest, DecodeRaw_ShapeFn) {
26 ShapeInferenceTestOp op("DecodeRaw");
27
28 // Output is input + an unknown dim.
29 INFER_OK(op, "?", "?");
30 INFER_OK(op, "[?,?,?]", "[d0_0,d0_1,d0_2,?]");
31}
32
33TEST(ParsingOpsTest, DecodeCSV_ShapeFn) {
34 ShapeInferenceTestOp op("DecodeCSV");

Callers

nothing calls this directly

Calls 7

NodeDefBuilderClass · 0.85
MakeDenseShapesFunction · 0.85
emplace_backMethod · 0.45
push_backMethod · 0.45
FinalizeMethod · 0.45
AttrMethod · 0.45
InputMethod · 0.45

Tested by

no test coverage detected