[C++ API] Use torch::Tensor instead of at::Tensor/Variable mix (#8680)

* Use torch::Tensor instead of at::Tensor/Variable mix

* TensorRange -> TensorListView
This commit is contained in:
Peter Goldsborough
2018-06-24 19:03:39 -07:00
committed by GitHub
parent 22a70fbe2e
commit 521f5111ad
42 changed files with 602 additions and 557 deletions

View File

@ -1,6 +1,6 @@
#include <catch.hpp>
#include <torch/functions.h>
#include <torch/tensor.h>
#include <ATen/ATen.h>