File tree Expand file tree Collapse file tree
runtime/core/portable_type/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 tensorT ,
4141)
4242
43-
4443if TYPE_CHECKING :
4544 from collections .abc import Sequence
4645
Original file line number Diff line number Diff line change 1616)
1717from torchgen .model import BaseTy
1818
19-
2019halfT = BaseCppType ("torch::executor" , "Half" )
2120bfloat16T = BaseCppType ("torch::executor" , "BFloat16" )
2221stringT = BaseCppType ("torch::executor" , "string_view" )
Original file line number Diff line number Diff line change @@ -19,13 +19,8 @@ set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../../..)
1919
2020include (${EXECUTORCH_ROOT} /tools/cmake/Test.cmake )
2121
22- set (_test_srcs
23- bfloat16_test.cpp
24- dont_shadow_complex_test.c
25- half_test.cpp
26- scalar_test.cpp
27- tensor_impl_test.cpp
28- tensor_test.cpp
22+ set (_test_srcs bfloat16_test.cpp dont_shadow_complex_test.c half_test.cpp
23+ scalar_test.cpp tensor_impl_test.cpp tensor_test.cpp
2924)
3025
3126et_cxx_test (runtime_core_portable_type_test SOURCES ${_test_srcs} EXTRA_LIBS )
You can’t perform that action at this time.
0 commit comments