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

.luacheckrc - github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d358e9c018228279304117125d7ce6d68c63107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- -*- mode: lua; -*-
std = "luajit"

globals = {
    "torch",
    "nn",
    "include",
}

unused_args = false


files['test.lua'].redefined = false