1 #include <gtest/gtest.h> 4 #include <ATen/DLConvertor.h> 11 TEST(TestDlconvertor, TestDlconvertor) {
17 Tensor b = fromDLPack(dlMTensor);
19 ASSERT_TRUE(a.equal(b));
C Tensor object, manage memory of DLTensor. This data structure is intended to faciliate the borrowin...
Flush-To-Zero and Denormals-Are-Zero mode.