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

Function TEST

tensorflow/contrib/input_pipeline/ops/input_pipeline_ops_test.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace tensorflow {
23
24TEST(InputPipelineOpsTest, ObtainNext_InvalidNumberOfInputs) {
25 ShapeInferenceTestOp op("ObtainNext");
26 op.input_tensors.resize(3);
27 INFER_ERROR("Wrong number of inputs passed", op, "?;?;?");
28}
29
30TEST(InputPipelineOpsTest, ObtainNext) {
31 ShapeInferenceTestOp op("ObtainNext");

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected