MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / print

Method print

fastdeploy/config.py:594–601  ·  view source on GitHub ↗

Print all configuration information.

(self)

Source from the content-addressed store, hash-verified

592 pass
593
594 def print(self):
595 """
596 Print all configuration information.
597 """
598 logger.info("Model Configuration Information :")
599 for k, v in self.__dict__.items():
600 logger.info("{:<20}:{:<6}{}".format(k, "", v))
601 logger.info("=============================================================")
602
603
604class ParallelConfig:

Callers

nothing calls this directly

Calls 3

itemsMethod · 0.80
infoMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected