Searched defs:tensor3 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/executorch/extension/tensor/test/ |
H A D | tensor_ptr_maker_test.cpp | 195 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
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_morphing.cpp | 23 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
|
H A D | cxx11_tensor_image_op_sycl.cpp | 42 Tensor<DataType, 3, DataLayout, IndexType> tensor3(slice_range); in test_image_op_sycl() local
|
H A D | cxx11_tensor_trace.cpp | 101 Tensor<float, 5, DataLayout> tensor3(3, 7, 3, 7, 3); in test_simple_trace() local
|
H A D | cxx11_tensor_assign.cpp | 235 Tensor<int, 1> tensor3(5); in test_auto_resize() local
|
H A D | cxx11_tensor_morphing_sycl.cpp | 41 Tensor<DataType, 2, DataLayout, IndexType> tensor3(dim3); in test_simple_reshape() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | CPUApplyUtils.h | 285 Tensor tensor3, in CPU_tensor_apply3() 317 Tensor tensor3, in CPU_tensor_apply4()
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | audio_nnapi_tests.cpp | 253 uint32_t tensor3 = opIdx++; in CreateModel() local
|