package neural_nets_lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.6.1.2.tar.gz
md5=529f0921963a6eee0194159a9c0fea41
sha512=fc16e8b6cd72cb2ae18277b3727d065fa6c1d137e3187f9586fb0bfe7edeb45597cb58f389e79c20d7e3ae80661e6f9f20e0b95dcbbf27ee5688bcc571d395dd
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 23open 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)"
>