Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
TEST
Function · 0.45
TestMultiThreadPrediction
Function · 0.45
TestDynamicClone
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected