diff --git a/imperative/python/megengine/jit/tracing.py b/imperative/python/megengine/jit/tracing.py index b93fa027c5f5dda5ceb15ca89438bc4c117a0581..0e136d6b95ebae0db9afc7470fccdfc1595d0e1b 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: