package neural_nets_lib
A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax
Install
Dune Dependency
Authors
Maintainers
Sources
0.5.2.tar.gz
md5=1f62613c37076ccb1c57a78c13a1a388
sha512=bccea3b2ad2cd6a96b1f03aaf8e127c800687a69191e5d09c7adf5e26c3bccd73f993eef91154a1ce2bcf4eeebf5bdb8d5372932018b4307515e8b6f5f4e94ab
doc/src/ppx_ocannl/ppx_ocannl.ml.html
Source file ppx_ocannl.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
open Base open Ppxlib let rules = [ Ppxlib.Context_free.Rule.extension @@ Extension.declare "cd" Extension.Context.expression Ast_pattern.(single_expr_payload __) @@ Ppx_cd.expr_expander; Ppxlib.Context_free.Rule.extension @@ Extension.declare "cd" Extension.Context.structure_item Ast_pattern.(pstr __) Ppx_cd.str_expander; Ppxlib.Context_free.Rule.extension @@ Extension.declare "op" Extension.Context.expression Ast_pattern.(single_expr_payload __) Ppx_op.expr_expander; Ppxlib.Context_free.Rule.extension @@ Extension.declare "op" Extension.Context.structure_item Ast_pattern.(pstr __) Ppx_op.str_expander; ] let () = Driver.register_transformation ~rules "ppx_ocannl"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>