summaryrefslogtreecommitdiff
path: root/snippets/python-mode/theano
blob: c3a33751fe4e37ed83bcdf278f3dc73280a948d2 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: theano
# key: tn
# group: imports
# --
import theano.tensor as tn
$0