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

Method what

test/cpp/fluid/framework/operator_exception_test.cc:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class StubException : public std::exception {
49 public:
50 const char *what() const noexcept override { return ""; }
51};
52
53template <typename T>

Callers 15

CheckXPUStatusFailureFunction · 0.45
CheckBKCLStatusFailureFunction · 0.45
CheckXDNNStatusFailureFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
ExpectThrowContainsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected