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

Method precision

paddle/fluid/platform/tensorrt/engine.h:461–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460 bool disable_trt_plugin_fp16() { return params_.disable_trt_plugin_fp16; }
461 phi::DataType precision() { return params_.precision; }
462
463 void SetProfileNum(int num) { max_profile_num_ = num; }
464

Callers 3

to_string_with_precisionFunction · 0.45
tinyformat.hFile · 0.45
formatImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected