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

Method print

fastdeploy/config.py:707–715  ·  view source on GitHub ↗

print all config

(self)

Source from the content-addressed store, hash-verified

705 )
706
707 def print(self):
708 """
709 print all config
710
711 """
712 logger.info("Parallel Configuration Information :")
713 for k, v in self.__dict__.items():
714 logger.info("{:<20}:{:<6}{}".format(k, "", v))
715 logger.info("=============================================================")
716
717
718class SpeculativeConfig:

Callers

nothing calls this directly

Calls 3

itemsMethod · 0.80
infoMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected