| 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 |
no outgoing calls
no test coverage detected