This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from c2492d7  [MINOR] Add missing unary support federated
     add e5253fc  [SYSTEMDS-2952] logcosh loss function

No new revisions were added by this update.

Summary of changes:
 .../nn/layers/{l2_loss.dml => logcosh_loss.dml}    | 22 ++----
 .../java/org/apache/sysds/hops/FunctionOp.java     |  5 ++
 .../apache/sysds/hops/ipa/FunctionCallGraph.java   | 86 ++++++++++++----------
 .../sysds/runtime/matrix/data/LibMatrixAgg.java    |  2 +-
 .../test/applications/nn/NNComponentTest.java      |  5 ++
 .../scripts/applications/nn/component/logcosh.dml  | 56 ++++++++++++++
 6 files changed, 122 insertions(+), 54 deletions(-)
 copy scripts/nn/layers/{l2_loss.dml => logcosh_loss.dml} (73%)
 create mode 100644 src/test/scripts/applications/nn/component/logcosh.dml

Reply via email to