Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHieu Hoang <hihoan@microsoft.com>2021-03-04 05:24:37 +0300
committerHieu Hoang <hihoan@microsoft.com>2021-03-04 05:24:37 +0300
commit96ed0baf5a8a0c39508fb53ff13e0ab309fd7cea (patch)
tree7ad52316f8bbb467f8ecd96bafb9f9e5b08f8df9 /src
parent55a7047f8a58fd7de4cfa70649f62457f991e52f (diff)
chmod -x
Diffstat (limited to 'src')
-rw-r--r--[-rwxr-xr-x]src/common/config_parser.cpp0
-rw-r--r--[-rwxr-xr-x]src/common/definitions.h0
-rw-r--r--[-rwxr-xr-x]src/common/file_stream.cpp0
-rw-r--r--[-rwxr-xr-x]src/common/io_item.h0
-rw-r--r--[-rwxr-xr-x]src/common/options.h0
-rw-r--r--[-rwxr-xr-x]src/common/utils.cpp0
-rw-r--r--[-rwxr-xr-x]src/data/batch.h0
-rw-r--r--[-rwxr-xr-x]src/data/corpus.cpp0
-rw-r--r--[-rwxr-xr-x]src/data/corpus_base.cpp0
-rw-r--r--[-rwxr-xr-x]src/data/factored_vocab.cpp0
-rw-r--r--[-rwxr-xr-x]src/data/factored_vocab.h0
-rw-r--r--[-rwxr-xr-x]src/data/vocab.cpp0
-rw-r--r--[-rwxr-xr-x]src/data/vocab.h0
-rw-r--r--[-rwxr-xr-x]src/data/vocab_base.h0
-rw-r--r--[-rwxr-xr-x]src/functional/operators.h0
-rw-r--r--[-rwxr-xr-x]src/functional/shape.h0
-rw-r--r--[-rwxr-xr-x]src/functional/tensor.h0
-rw-r--r--[-rwxr-xr-x]src/functional/tmp.h0
-rw-r--r--[-rwxr-xr-x]src/graph/auto_tuner.h0
-rw-r--r--[-rwxr-xr-x]src/graph/expression_operators.h0
-rw-r--r--[-rwxr-xr-x]src/graph/node.cpp0
-rw-r--r--[-rwxr-xr-x]src/graph/node_initializers.cpp0
-rw-r--r--[-rwxr-xr-x]src/graph/node_initializers.h0
-rw-r--r--[-rwxr-xr-x]src/layers/constructors.h0
-rw-r--r--[-rwxr-xr-x]src/layers/factory.h0
-rw-r--r--[-rwxr-xr-x]src/layers/generic.cpp0
-rw-r--r--[-rwxr-xr-x]src/layers/generic.h0
-rw-r--r--[-rwxr-xr-x]src/layers/guided_alignment.h0
-rw-r--r--[-rwxr-xr-x]src/layers/loss.cpp0
-rw-r--r--[-rwxr-xr-x]src/layers/loss.h0
-rw-r--r--[-rwxr-xr-x]src/microsoft/quicksand.cpp0
-rw-r--r--[-rwxr-xr-x]src/microsoft/quicksand.h0
-rw-r--r--[-rwxr-xr-x]src/models/amun.h0
-rw-r--r--[-rwxr-xr-x]src/models/bert.h0
-rw-r--r--[-rwxr-xr-x]src/models/char_s2s.h0
-rw-r--r--[-rwxr-xr-x]src/models/classifier.h0
-rw-r--r--[-rwxr-xr-x]src/models/costs.h0
-rw-r--r--[-rwxr-xr-x]src/models/encoder_decoder.cpp0
-rw-r--r--[-rwxr-xr-x]src/models/encoder_decoder.h0
-rw-r--r--[-rwxr-xr-x]src/models/model_factory.cpp0
-rw-r--r--[-rwxr-xr-x]src/models/model_factory.h0
-rw-r--r--[-rwxr-xr-x]src/models/nematus.h0
-rw-r--r--[-rwxr-xr-x]src/models/s2s.h0
-rw-r--r--[-rwxr-xr-x]src/models/states.h0
-rw-r--r--[-rwxr-xr-x]src/models/transformer.h0
-rw-r--r--[-rwxr-xr-x]src/models/transformer_factory.h0
-rw-r--r--[-rwxr-xr-x]src/models/transformer_stub.cpp0
-rw-r--r--[-rwxr-xr-x]src/optimizers/exponential_smoothing.cpp0
-rw-r--r--[-rwxr-xr-x]src/optimizers/exponential_smoothing.h0
-rw-r--r--[-rwxr-xr-x]src/rnn/attention.h0
-rw-r--r--[-rwxr-xr-x]src/rnn/cells.h0
-rw-r--r--[-rwxr-xr-x]src/rnn/constructors.h0
-rw-r--r--[-rwxr-xr-x]src/tensors/rand.cpp0
-rw-r--r--[-rwxr-xr-x]src/tensors/tensor.cpp0
-rw-r--r--[-rwxr-xr-x]src/tensors/tensor.h0
-rw-r--r--[-rwxr-xr-x]src/training/graph_group_sync.cpp0
-rw-r--r--[-rwxr-xr-x]src/training/graph_group_sync.h0
-rw-r--r--[-rwxr-xr-x]src/training/scheduler.h0
-rw-r--r--[-rwxr-xr-x]src/training/validator.h0
-rw-r--r--[-rwxr-xr-x]src/translator/beam_search.cpp0
-rw-r--r--[-rwxr-xr-x]src/translator/output_printer.h0
-rw-r--r--[-rwxr-xr-x]src/translator/scorers.h0
-rw-r--r--[-rwxr-xr-x]src/translator/translator.h0
63 files changed, 0 insertions, 0 deletions
diff --git a/src/common/config_parser.cpp b/src/common/config_parser.cpp
index 3baa13ea..3baa13ea 100755..100644
--- a/src/common/config_parser.cpp
+++ b/src/common/config_parser.cpp
diff --git a/src/common/definitions.h b/src/common/definitions.h
index d2cf8aa4..d2cf8aa4 100755..100644
--- a/src/common/definitions.h
+++ b/src/common/definitions.h
diff --git a/src/common/file_stream.cpp b/src/common/file_stream.cpp
index 78cbb12f..78cbb12f 100755..100644
--- a/src/common/file_stream.cpp
+++ b/src/common/file_stream.cpp
diff --git a/src/common/io_item.h b/src/common/io_item.h
index d86c01ac..d86c01ac 100755..100644
--- a/src/common/io_item.h
+++ b/src/common/io_item.h
diff --git a/src/common/options.h b/src/common/options.h
index 08c6a3ca..08c6a3ca 100755..100644
--- a/src/common/options.h
+++ b/src/common/options.h
diff --git a/src/common/utils.cpp b/src/common/utils.cpp
index 72624041..72624041 100755..100644
--- a/src/common/utils.cpp
+++ b/src/common/utils.cpp
diff --git a/src/data/batch.h b/src/data/batch.h
index 3c592b31..3c592b31 100755..100644
--- a/src/data/batch.h
+++ b/src/data/batch.h
diff --git a/src/data/corpus.cpp b/src/data/corpus.cpp
index e8ce850b..e8ce850b 100755..100644
--- a/src/data/corpus.cpp
+++ b/src/data/corpus.cpp
diff --git a/src/data/corpus_base.cpp b/src/data/corpus_base.cpp
index 5be4298b..5be4298b 100755..100644
--- a/src/data/corpus_base.cpp
+++ b/src/data/corpus_base.cpp
diff --git a/src/data/factored_vocab.cpp b/src/data/factored_vocab.cpp
index 818f3788..818f3788 100755..100644
--- a/src/data/factored_vocab.cpp
+++ b/src/data/factored_vocab.cpp
diff --git a/src/data/factored_vocab.h b/src/data/factored_vocab.h
index 215e92f0..215e92f0 100755..100644
--- a/src/data/factored_vocab.h
+++ b/src/data/factored_vocab.h
diff --git a/src/data/vocab.cpp b/src/data/vocab.cpp
index 07ac479e..07ac479e 100755..100644
--- a/src/data/vocab.cpp
+++ b/src/data/vocab.cpp
diff --git a/src/data/vocab.h b/src/data/vocab.h
index 9a40ba16..9a40ba16 100755..100644
--- a/src/data/vocab.h
+++ b/src/data/vocab.h
diff --git a/src/data/vocab_base.h b/src/data/vocab_base.h
index 8c214c97..8c214c97 100755..100644
--- a/src/data/vocab_base.h
+++ b/src/data/vocab_base.h
diff --git a/src/functional/operators.h b/src/functional/operators.h
index a14f153f..a14f153f 100755..100644
--- a/src/functional/operators.h
+++ b/src/functional/operators.h
diff --git a/src/functional/shape.h b/src/functional/shape.h
index fd354e1e..fd354e1e 100755..100644
--- a/src/functional/shape.h
+++ b/src/functional/shape.h
diff --git a/src/functional/tensor.h b/src/functional/tensor.h
index f5549c60..f5549c60 100755..100644
--- a/src/functional/tensor.h
+++ b/src/functional/tensor.h
diff --git a/src/functional/tmp.h b/src/functional/tmp.h
index a83c0ff4..a83c0ff4 100755..100644
--- a/src/functional/tmp.h
+++ b/src/functional/tmp.h
diff --git a/src/graph/auto_tuner.h b/src/graph/auto_tuner.h
index 01f33085..01f33085 100755..100644
--- a/src/graph/auto_tuner.h
+++ b/src/graph/auto_tuner.h
diff --git a/src/graph/expression_operators.h b/src/graph/expression_operators.h
index ca0739e4..ca0739e4 100755..100644
--- a/src/graph/expression_operators.h
+++ b/src/graph/expression_operators.h
diff --git a/src/graph/node.cpp b/src/graph/node.cpp
index 257a639f..257a639f 100755..100644
--- a/src/graph/node.cpp
+++ b/src/graph/node.cpp
diff --git a/src/graph/node_initializers.cpp b/src/graph/node_initializers.cpp
index 4e39d1bf..4e39d1bf 100755..100644
--- a/src/graph/node_initializers.cpp
+++ b/src/graph/node_initializers.cpp
diff --git a/src/graph/node_initializers.h b/src/graph/node_initializers.h
index 7cdb4183..7cdb4183 100755..100644
--- a/src/graph/node_initializers.h
+++ b/src/graph/node_initializers.h
diff --git a/src/layers/constructors.h b/src/layers/constructors.h
index a2c38197..a2c38197 100755..100644
--- a/src/layers/constructors.h
+++ b/src/layers/constructors.h
diff --git a/src/layers/factory.h b/src/layers/factory.h
index f9e4ddf9..f9e4ddf9 100755..100644
--- a/src/layers/factory.h
+++ b/src/layers/factory.h
diff --git a/src/layers/generic.cpp b/src/layers/generic.cpp
index d44f4020..d44f4020 100755..100644
--- a/src/layers/generic.cpp
+++ b/src/layers/generic.cpp
diff --git a/src/layers/generic.h b/src/layers/generic.h
index f47bb45e..f47bb45e 100755..100644
--- a/src/layers/generic.h
+++ b/src/layers/generic.h
diff --git a/src/layers/guided_alignment.h b/src/layers/guided_alignment.h
index f08d3f09..f08d3f09 100755..100644
--- a/src/layers/guided_alignment.h
+++ b/src/layers/guided_alignment.h
diff --git a/src/layers/loss.cpp b/src/layers/loss.cpp
index 67d38832..67d38832 100755..100644
--- a/src/layers/loss.cpp
+++ b/src/layers/loss.cpp
diff --git a/src/layers/loss.h b/src/layers/loss.h
index d7bc19e4..d7bc19e4 100755..100644
--- a/src/layers/loss.h
+++ b/src/layers/loss.h
diff --git a/src/microsoft/quicksand.cpp b/src/microsoft/quicksand.cpp
index 6476df8f..6476df8f 100755..100644
--- a/src/microsoft/quicksand.cpp
+++ b/src/microsoft/quicksand.cpp
diff --git a/src/microsoft/quicksand.h b/src/microsoft/quicksand.h
index 87de1948..87de1948 100755..100644
--- a/src/microsoft/quicksand.h
+++ b/src/microsoft/quicksand.h
diff --git a/src/models/amun.h b/src/models/amun.h
index 1bfda269..1bfda269 100755..100644
--- a/src/models/amun.h
+++ b/src/models/amun.h
diff --git a/src/models/bert.h b/src/models/bert.h
index 51427457..51427457 100755..100644
--- a/src/models/bert.h
+++ b/src/models/bert.h
diff --git a/src/models/char_s2s.h b/src/models/char_s2s.h
index 3b9bb2fa..3b9bb2fa 100755..100644
--- a/src/models/char_s2s.h
+++ b/src/models/char_s2s.h
diff --git a/src/models/classifier.h b/src/models/classifier.h
index 9faa907e..9faa907e 100755..100644
--- a/src/models/classifier.h
+++ b/src/models/classifier.h
diff --git a/src/models/costs.h b/src/models/costs.h
index 3d8f2c51..3d8f2c51 100755..100644
--- a/src/models/costs.h
+++ b/src/models/costs.h
diff --git a/src/models/encoder_decoder.cpp b/src/models/encoder_decoder.cpp
index 8fc9321a..8fc9321a 100755..100644
--- a/src/models/encoder_decoder.cpp
+++ b/src/models/encoder_decoder.cpp
diff --git a/src/models/encoder_decoder.h b/src/models/encoder_decoder.h
index 92c1647f..92c1647f 100755..100644
--- a/src/models/encoder_decoder.h
+++ b/src/models/encoder_decoder.h
diff --git a/src/models/model_factory.cpp b/src/models/model_factory.cpp
index e176e6a4..e176e6a4 100755..100644
--- a/src/models/model_factory.cpp
+++ b/src/models/model_factory.cpp
diff --git a/src/models/model_factory.h b/src/models/model_factory.h
index 5403b966..5403b966 100755..100644
--- a/src/models/model_factory.h
+++ b/src/models/model_factory.h
diff --git a/src/models/nematus.h b/src/models/nematus.h
index 730418e5..730418e5 100755..100644
--- a/src/models/nematus.h
+++ b/src/models/nematus.h
diff --git a/src/models/s2s.h b/src/models/s2s.h
index 7009fad5..7009fad5 100755..100644
--- a/src/models/s2s.h
+++ b/src/models/s2s.h
diff --git a/src/models/states.h b/src/models/states.h
index c2f9ee05..c2f9ee05 100755..100644
--- a/src/models/states.h
+++ b/src/models/states.h
diff --git a/src/models/transformer.h b/src/models/transformer.h
index 6368cc6a..6368cc6a 100755..100644
--- a/src/models/transformer.h
+++ b/src/models/transformer.h
diff --git a/src/models/transformer_factory.h b/src/models/transformer_factory.h
index b282d819..b282d819 100755..100644
--- a/src/models/transformer_factory.h
+++ b/src/models/transformer_factory.h
diff --git a/src/models/transformer_stub.cpp b/src/models/transformer_stub.cpp
index 871ee009..871ee009 100755..100644
--- a/src/models/transformer_stub.cpp
+++ b/src/models/transformer_stub.cpp
diff --git a/src/optimizers/exponential_smoothing.cpp b/src/optimizers/exponential_smoothing.cpp
index 1120e7e4..1120e7e4 100755..100644
--- a/src/optimizers/exponential_smoothing.cpp
+++ b/src/optimizers/exponential_smoothing.cpp
diff --git a/src/optimizers/exponential_smoothing.h b/src/optimizers/exponential_smoothing.h
index 5ef12ca1..5ef12ca1 100755..100644
--- a/src/optimizers/exponential_smoothing.h
+++ b/src/optimizers/exponential_smoothing.h
diff --git a/src/rnn/attention.h b/src/rnn/attention.h
index 6b30cb55..6b30cb55 100755..100644
--- a/src/rnn/attention.h
+++ b/src/rnn/attention.h
diff --git a/src/rnn/cells.h b/src/rnn/cells.h
index cddfd26e..cddfd26e 100755..100644
--- a/src/rnn/cells.h
+++ b/src/rnn/cells.h
diff --git a/src/rnn/constructors.h b/src/rnn/constructors.h
index beb1fce1..beb1fce1 100755..100644
--- a/src/rnn/constructors.h
+++ b/src/rnn/constructors.h
diff --git a/src/tensors/rand.cpp b/src/tensors/rand.cpp
index e6dbc46e..e6dbc46e 100755..100644
--- a/src/tensors/rand.cpp
+++ b/src/tensors/rand.cpp
diff --git a/src/tensors/tensor.cpp b/src/tensors/tensor.cpp
index 02de17bc..02de17bc 100755..100644
--- a/src/tensors/tensor.cpp
+++ b/src/tensors/tensor.cpp
diff --git a/src/tensors/tensor.h b/src/tensors/tensor.h
index 10c3e7f1..10c3e7f1 100755..100644
--- a/src/tensors/tensor.h
+++ b/src/tensors/tensor.h
diff --git a/src/training/graph_group_sync.cpp b/src/training/graph_group_sync.cpp
index 8c06761e..8c06761e 100755..100644
--- a/src/training/graph_group_sync.cpp
+++ b/src/training/graph_group_sync.cpp
diff --git a/src/training/graph_group_sync.h b/src/training/graph_group_sync.h
index df7865a7..df7865a7 100755..100644
--- a/src/training/graph_group_sync.h
+++ b/src/training/graph_group_sync.h
diff --git a/src/training/scheduler.h b/src/training/scheduler.h
index 9d2500f9..9d2500f9 100755..100644
--- a/src/training/scheduler.h
+++ b/src/training/scheduler.h
diff --git a/src/training/validator.h b/src/training/validator.h
index d6e64d69..d6e64d69 100755..100644
--- a/src/training/validator.h
+++ b/src/training/validator.h
diff --git a/src/translator/beam_search.cpp b/src/translator/beam_search.cpp
index 5c1989a6..5c1989a6 100755..100644
--- a/src/translator/beam_search.cpp
+++ b/src/translator/beam_search.cpp
diff --git a/src/translator/output_printer.h b/src/translator/output_printer.h
index 603eedba..603eedba 100755..100644
--- a/src/translator/output_printer.h
+++ b/src/translator/output_printer.h
diff --git a/src/translator/scorers.h b/src/translator/scorers.h
index a5a0be2c..a5a0be2c 100755..100644
--- a/src/translator/scorers.h
+++ b/src/translator/scorers.h
diff --git a/src/translator/translator.h b/src/translator/translator.h
index 1ff19a4a..1ff19a4a 100755..100644
--- a/src/translator/translator.h
+++ b/src/translator/translator.h