File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 124124 (libraries base ocannl stdio)
125125 (preprocess
126126 (pps ppx_here ppx_ocannl)))
127+
128+ (test
129+ (name test_interleave)
130+ (package neural_nets_lib)
131+ (deps
132+ ocannl_config
133+ (env_var OCANNL_BACKEND))
134+ (modules test_interleave)
135+ (libraries base ocannl stdio)
136+ (preprocess
137+ (pps ppx_here ppx_ocannl ppx_sexp_conv)))
138+
139+ (test
140+ (name test_einsum_parser)
141+ (package neural_nets_lib)
142+ (modules test_einsum_parser)
143+ (libraries base ocannl stdio einsum_parser))
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 389389 (preprocess
390390 (pps ppx_here ppx_expect ppx_inline_test ppx_ocannl))
391391 (modes best))
392-
393- (test
394- (name test_interleave)
395- (package neural_nets_lib)
396- (deps
397- ocannl_config
398- (env_var OCANNL_BACKEND))
399- (modules test_interleave)
400- (libraries base ocannl stdio)
401- (preprocess
402- (pps ppx_here ppx_ocannl ppx_sexp_conv)))
403-
404- (test
405- (name test_einsum_parser)
406- (package neural_nets_lib)
407- (modules test_einsum_parser)
408- (libraries base ocannl stdio einsum_parser))
You can’t perform that action at this time.
0 commit comments