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
AgeCommit message (Expand)Author
2018-02-27Matrix -> TensorHieu Hoang
2018-02-27BaseMatrix -> BaseTensorHieu Hoang
2018-02-27BestHypsBase -> BaseBestHypsHieu Hoang
2018-01-14size_t -> unsigned for scorerHieu Hoang
2017-11-22use uint instead of size_tHieu Hoang
2017-10-25Return soft alignment in Nematus style format (#124)Matīss Rikters
2017-06-29rename more methodsHieu Hoang
2017-06-29rename methods. Get ready for separationHieu Hoang
2017-06-22don't use thread_local to store BestHyps. All created in same thread at initi...Hieu Hoang
2017-06-16mergeHieu Hoang
2017-06-11use uint for beamSizesHieu Hoang
2017-05-31delete operator(). Confused when replaced with shared_ptrHieu Hoang
2017-05-08restrictHieu Hoang
2017-05-02clang compile errorHieu Hoang
2017-04-28use CallOpenCL().4Hieu Hoang
2017-04-28use CallOpenCL().3Hieu Hoang
2017-04-28use CallOpenCL().2Hieu Hoang
2017-04-28use CallOpenCL()Hieu Hoang
2017-04-28segfault when debugging empty matrixHieu Hoang
2017-04-28duplicate argHieu Hoang
2017-04-28don't use separate variable to store casted variablesHieu Hoang
2017-04-28better arguments passing to OpenCL.2Hieu Hoang
2017-04-28better arguments passing to OpenCLHieu Hoang
2017-04-27passing arguments to OpenCL betterHieu Hoang
2017-04-27start variable arg function for passing in args to opencl.2Hieu Hoang
2017-04-27start variable arg function for passing in args to openclHieu Hoang
2017-04-27cleanup debugging codeHieu Hoang
2017-04-27use sizeUInt()Hieu Hoang
2017-04-27override size() with array size()Hieu Hoang
2017-04-27Reshape is ResizeHieu Hoang
2017-04-27tweakHieu Hoang
2017-04-27use array SetHieu Hoang
2017-04-27faster (potentially) matrix constructor when you already have host matrix arrayHieu Hoang
2017-04-27carray constructor that takes in pointersHieu Hoang
2017-04-27copy constructor for ArrayHieu Hoang
2017-04-27use array in matrixHieu Hoang
2017-04-27use array's opencl infoHieu Hoang
2017-04-27get ready to use array in matrix.2Hieu Hoang
2017-04-26get ready to use array in matrixHieu Hoang
2017-04-26add arrSize_ to arrayHieu Hoang
2017-04-26use dimUInt()Hieu Hoang
2017-04-26use array for dimensionsHieu Hoang
2017-04-25use uint for size_ in arrayHieu Hoang
2017-04-25debugHieu Hoang
2017-04-24batch gNthElementHieu Hoang
2017-04-24start batch gNthElementHieu Hoang
2017-04-24debugHieu Hoang
2017-04-24correct totalBeamSizeHieu Hoang
2017-04-24debugHieu Hoang
2017-04-24debugHieu Hoang