mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[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:
committed by
GitHub
parent
22a70fbe2e
commit
521f5111ad
@ -1,6 +1,6 @@
|
||||
#include <catch.hpp>
|
||||
|
||||
#include <torch/functions.h>
|
||||
#include <torch/tensor.h>
|
||||
|
||||
#include <ATen/ATen.h>
|
||||
|
||||
|
Reference in New Issue
Block a user