From 2afa0af9260ffdaa1dda1b6af38f9bd398816439 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 12 Jan 2022 10:30:27 +0800 Subject: [PATCH] docs(imperative/jit): add docstring of dump GitOrigin-RevId: 49eacc0e58c4f64409f31e19379cd2066cc3a077 --- imperative/python/megengine/jit/tracing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imperative/python/megengine/jit/tracing.py b/imperative/python/megengine/jit/tracing.py index b93fa027..0e136d6b 100644 --- a/imperative/python/megengine/jit/tracing.py +++ b/imperative/python/megengine/jit/tracing.py @@ -1060,7 +1060,8 @@ class trace: resize_input: whether resize input image to fit input var shape. input_transform: a python expression to transform the input data. Example: data / np.std(data) - dump_format: using different dump formats. + dump_format: using different dump formats. the open source MegEngine defaults to the FBS + format. internal MegEngine have a choice of FBS and internal proprietary formats Keyword Arguments: -- GitLab