Home
last modified time | relevance | path

Searched refs:gpu1 (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing_sycl.cpp51 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu1(gpu_data1, dim1); in test_simple_reshape() local
58 gpu2.device(sycl_device)=gpu1.reshape(dim2); in test_simple_reshape()
61 gpu3.device(sycl_device)=gpu1.reshape(dim3); in test_simple_reshape()
64 gpu4.device(sycl_device)=gpu1.reshape(dim2).reshape(dim4); in test_simple_reshape()
105 TensorMap< Tensor<DataType, 3, DataLayout, IndexType> > gpu1(gpu_data1, dim1); in test_reshape_as_lvalue() local
111 gpu2.reshape(dim1).device(sycl_device)=gpu1; in test_reshape_as_lvalue()
114 gpu3.reshape(dim1).device(sycl_device)=gpu1; in test_reshape_as_lvalue()
153 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu1(gpu_data1, tensorRange); in test_simple_slice() local
158 gpu2.device(sycl_device)=gpu1.slice(indices, sizes); in test_simple_slice()
169 gpu3.device(sycl_device)=gpu1.slice(indices2, sizes2); in test_simple_slice()
[all …]
Dcxx11_tensor_math_sycl.cpp47 TensorMap<Tensor<DataType, 3, DataLayout, IndexType>> gpu1(gpu_data1, tensorRange); in test_tanh_sycl() local
51 gpu2.device(sycl_device) = gpu1.tanh(); in test_tanh_sycl()
77 TensorMap<Tensor<DataType, 3, DataLayout, IndexType>> gpu1(gpu_data1, tensorRange); in test_sigmoid_sycl() local
81 gpu2.device(sycl_device) = gpu1.sigmoid(); in test_sigmoid_sycl()
Dcxx11_tensor_layout_swap_sycl.cpp43 TensorMap<Tensor<DataType, 3, ColMajor, IndexType>> gpu1(gpu_data1, tensorColRange); in test_simple_swap_sycl() local
47 gpu2.device(sycl_device)=gpu1.swap_layout(); in test_simple_swap_sycl()
86 TensorMap<Tensor<DataType, 3, ColMajor, IndexType>> gpu1(gpu_data1, tensorColRange); in test_swap_as_lvalue_sycl() local
90 gpu2.swap_layout().device(sycl_device)=gpu1; in test_swap_as_lvalue_sycl()
Dcxx11_tensor_padding_sycl.cpp62 TensorMap<Tensor<DataType, 4,DataLayout,IndexType>> gpu1(gpu_data1, tensorRange); in test_simple_padding() local
70 gpu2.device(sycl_device)=gpu1.pad(paddings); in test_simple_padding()
116 TensorMap<Tensor<DataType, 4,DataLayout,IndexType>> gpu1(gpu_data1, tensorRange); in test_padded_expr() local
121 gpu2.device(sycl_device)=gpu1.pad(paddings).reshape(reshape_dims); in test_padded_expr()
Dcxx11_tensor_shuffling_sycl.cpp49 TensorMap<Tensor<DataType, 4, DataLayout, IndexType>> gpu1(gpu_data1, in test_simple_shuffling_sycl() local
56 gpu2.device(sycl_device) = gpu1.shuffle(shuffles); in test_simple_shuffling_sycl()
86 gpu3.device(sycl_device) = gpu1.shuffle(shuffles); in test_simple_shuffling_sycl()
Dcxx11_tensor_sycl.cpp46 TensorMap<Tensor<DataType, 3, DataLayout, IndexType>> gpu1(gpu_data1, tensorRange); in test_sycl_mem_transfers() local
51 gpu1.device(sycl_device) = gpu1 * 3.14f; in test_sycl_mem_transfers()
82 TensorMap<Tensor<DataType, 1, DataLayout, IndexType>> gpu1(gpu_data, tensorRange); in test_sycl_mem_sync() local
107 TensorMap<tensor_type> gpu1(gpu_data, tensorRange); in test_sycl_mem_sync_offsets() local
166 TensorMap<tensor_type> gpu1(gpu_data, tensorRange); in test_sycl_memset_offsets() local
Dcxx11_tensor_image_op_sycl.cpp65 TensorMap<Tensor<DataType, 3, DataLayout, IndexType>> gpu1(gpu_data1, input_range); in test_image_op_sycl() local
71 gpu3.device(sycl_device)= gpu1.slice(indicesStart1, sizes) - gpu2.slice(indicesStart2, sizes); in test_image_op_sycl()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddevice_util_test.cc72 const std::string gpu1 = "/job:worker/replica:1/task:2/device:GPU:1"; in TEST() local
77 devices.push_back(FakeDevice::Make(gpu1)); in TEST()
100 auto device_meta_2 = devices_attr.get(gpu1).dyn_cast<mlir::UnitAttr>(); in TEST()
187 const std::string gpu1 = "/job:worker/replica:0/task:0/device:GPU:1"; in TEST() local
205 DeviceNameUtils::ParseFullName(gpu1, &parsed_name); in TEST()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto112 // owned by that worker (e.g. cpu0, plus gpu0, gpu1, ..., gpu7). The