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

Class FormatError

paddle/utils/string/tinyformat/tinyformat.h:147–147  ·  view source on GitHub ↗

Exception thrown on format errors instead of crashing via assert. Caught at the public API level to fall back to returning the raw format string, so that a wrong PADDLE_ENFORCE format never causes an abort.

Source from the content-addressed store, hash-verified

145// Caught at the public API level to fall back to returning the raw format
146// string, so that a wrong PADDLE_ENFORCE format never causes an abort.
147struct FormatError {};
148
149// Test whether type T1 is convertible to type T2
150template <typename T1, typename T2>

Callers 3

invokeMethod · 0.85
tinyformat.hFile · 0.85
formatImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected