pytorch/torch/csrc/autograd/functions
Edward Z. Yang 06c44e2283 Replace Variable(new VariableImpl(...), false) with make_variable.
Also squash a warning about an implicit conversion that will never
occur (because the type being converted to is a superclass).

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2017-09-14 14:33:08 -04:00
..
onnx codemod primspec -> symbol, PrimSpec -> Symbolic 2017-09-06 13:45:39 -04:00
accumulate_grad.cpp Replace Variable(new VariableImpl(...), false) with make_variable. 2017-09-14 14:33:08 -04:00
accumulate_grad.h Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
basic_ops.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
basic_ops.h Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
batch_normalization.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
batch_normalization.h Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
convolution.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
convolution.h Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
init.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
jit_closure.cpp Replace Variable(new VariableImpl(...), false) with make_variable. 2017-09-14 14:33:08 -04:00
jit_closure.h Add trace flag checking in backward passes too 2017-09-06 21:35:50 -04:00
special.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
special.h Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
tensor.cpp Use at::Tensor based autograd Variable (#2676) 2017-09-12 11:36:01 -04:00
tensor.h Support multi-stage AutogradClosures 2017-09-05 17:48:55 -04:00
utils.cpp Replace Variable(new VariableImpl(...), false) with make_variable. 2017-09-14 14:33:08 -04:00
utils.h Make csrc -Werror clean. (#1795) 2017-06-13 20:18:09 -04:00