Home
last modified time | relevance | path

Searched defs:tensor3 (Results 1 – 7 of 7) sorted by relevance

/external/executorch/extension/tensor/test/
Dtensor_ptr_maker_test.cpp195 auto tensor3 = empty({4, 5}, exec_aten::ScalarType::Long); in TEST_F() local
223 auto tensor3 = full({4, 5}, 9, exec_aten::ScalarType::Long); in TEST_F() local
253 auto tensor3 = scalar_tensor(7.0, exec_aten::ScalarType::Double); in TEST_F() local
276 auto tensor3 = ones({4, 5}, exec_aten::ScalarType::Long); in TEST_F() local
306 auto tensor3 = zeros({4, 5}, exec_aten::ScalarType::Long); in TEST_F() local
/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp23 Tensor<float, 2> tensor3(6,7); in test_simple_reshape() local
80 Tensor<float, 2> tensor3(2,13); in test_reshape_in_expr() local
163 Tensor<T, 2, DataLayout> tensor3(3,1); in test_slice_in_expr() local
195 Tensor<T, 3, DataLayout> tensor3(4,3,5); in test_slice_as_lvalue() local
Dcxx11_tensor_image_op_sycl.cpp42 Tensor<DataType, 3, DataLayout, IndexType> tensor3(slice_range); in test_image_op_sycl() local
Dcxx11_tensor_trace.cpp101 Tensor<float, 5, DataLayout> tensor3(3, 7, 3, 7, 3); in test_simple_trace() local
Dcxx11_tensor_assign.cpp235 Tensor<int, 1> tensor3(5); in test_auto_resize() local
Dcxx11_tensor_morphing_sycl.cpp41 Tensor<DataType, 2, DataLayout, IndexType> tensor3(dim3); in test_simple_reshape() local
/external/pytorch/aten/src/ATen/
DCPUApplyUtils.h285 Tensor tensor3, in CPU_tensor_apply3()
317 Tensor tensor3, in CPU_tensor_apply4()