benchmarks/dash_app/app.py [123:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        dcc.Markdown(
                            """
                            * function runtimes are averaged over 10 runs using a random tensor of size (100, 100).
                            * `max` and `argmax` are excluded as they take considerably longer.
                                * As of 02/25/2020, `max` / `argmax` take 3min 13s ± 4.73s
                            """,
                            className="bullets",
                        ),
                    ]
                ),
                html.Div(
                    [
                        html.Div(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



benchmarks/dash_app/app.py [298:310]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        dcc.Markdown(
                            """
                            * function runtimes are averaged over 10 runs using a random tensor of size (100, 100).
                            * `max` and `argmax` are excluded as they take considerably longer.
                                * As of 02/25/2020, `max` / `argmax` take 3min 13s ± 4.73s
                            """,
                            className="bullets",
                        ),
                    ]
                ),
                html.Div(
                    [
                        html.Div(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



