"fair_dev/testing/testing.py" did not exist on "ce2f64f9173abb4bcdb5960e5bf814d6a8f4c827"
Commit 9f64bf27 authored by Syed Tousif Ahmed's avatar Syed Tousif Ahmed
Browse files

Add backward compatibility for ATen/Type.h

parent e86f986d
......@@ -7,6 +7,9 @@
#include <ATen/ArrayRef.h>
#include <ATen/ScalarType.h>
#include "ATen/Scalar.h"
#ifndef VERSION_GE_1_1
#include "ATen/Type.h"
#endif
#include "ATen/Tensor.h"
#include "ATen/Storage.h"
#include "ATen/Generator.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment