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

Function TEST_F

tensorflow/core/kernels/restore_v2_op_test.cc:353–353  ·  view source on GitHub ↗

The intended use case (write in V2, read in V2).

Source from the content-addressed store, hash-verified

351
352// The intended use case (write in V2, read in V2).
353TEST_F(RestoreV2OpTest, RestoreAfterSaveV2) { RunTest("SaveV2"); }
354// For backward compatibility.
355TEST_F(RestoreV2OpTest, RestoreAfterSaveSlicesV1) { RunTest("SaveSlices"); }
356TEST_F(RestoreV2OpTest, RestoreAfterSaveV1) { RunTest("Save"); }

Callers

nothing calls this directly

Calls 1

RunTestFunction · 0.50

Tested by

no test coverage detected