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

Method Run

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

Source from the content-addressed store, hash-verified

42 LOG(INFO) << "I get other_config " << config.other_config;
43 }
44 bool Run(const std::vector<PaddleTensor> &inputs,
45 std::vector<PaddleTensor> *output_data,
46 int batch_size = 0) override {
47 LOG(INFO) << "Run";
48 return false;
49 }
50
51 std::unique_ptr<PaddlePredictor> Clone(void *stream = nullptr) override {
52 return nullptr;

Callers 15

TestInferenceFunction · 0.45
SingleThreadPredictionFunction · 0.45
SingleThreadProfileFunction · 0.45
runFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
runFunction · 0.45
PredictionWarmUpFunction · 0.45
PredictionRunFunction · 0.45
CompareDeterministicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected