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

Method GetOutput

test/cpp/fluid/tensorrt/test_engine.cc:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void GetOutput(std::vector<float> *output) {
65 paddle::framework::TensorToVector(output_, *ctx_, output);
66 }
67
68 protected:
69 phi::DenseTensor input_;

Callers

nothing calls this directly

Calls 1

TensorToVectorFunction · 0.50

Tested by

no test coverage detected