new doc and optical backprop
This commit is contained in:
@@ -79,4 +79,16 @@ set_property(TEST recurrent PROPERTY LABELS unit)
|
||||
add_test(feedforward_perf tests/feedforward_perf)
|
||||
set_property(TEST feedforward_perf PROPERTY LABELS perf)
|
||||
|
||||
add_test(optical_backpropagation tests/optical_backpropagation)
|
||||
set_property(TEST optical_backpropagation PROPERTY LABELS unit)
|
||||
|
||||
|
||||
|
||||
|
||||
add_test(backpropagation_perf tests/backpropagation_perf)
|
||||
set_property(TEST backpropagation_perf PROPERTY LABELS perf)
|
||||
|
||||
add_test(recurrent_perf tests/recurrent_perf)
|
||||
set_property(TEST recurrent_perf PROPERTY LABELS perf)
|
||||
|
||||
ENDIF(ENABLE_TESTS)
|
||||
Reference in New Issue
Block a user