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

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-10Fixed torch type checkingJonas Gehring
Enforce exact type matching for non-pattern strings. This fixes false positives like a 'torch.LongTensor' object matching 'torch.Long'. Also, a getmetatable() call was missing for the non-torch version of env.type().
2016-01-28(oops) remove debug messageRonan Collobert
2016-01-28support torch types, if torch is foundRonan Collobert
2015-03-02istype() honors __typename in metatableRonan Collobert
2014-03-13isoftype -> istypeRonan Collobert
2014-03-12cleanup envRonan Collobert
2014-03-12support for the global chain optionRonan Collobert
2014-03-04revamp completely argcheck: better and simpler!Ronan Collobert