MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / Clone

Method Clone

test/cpp/inference/api/api_tester.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 std::unique_ptr<PaddlePredictor> Clone(void *stream = nullptr) override {
52 return nullptr;
53 }
54
55 ~DemoPredictor() override = default;
56};

Callers 9

TESTFunction · 0.45
TESTFunction · 0.45
TestDynamicCloneFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected