Home
last modified time | relevance | path

Searched refs:get_access (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d_sycl.h204 input_buffer.template get_access<cl::sycl::access::mode::read>(cgh);
206 output_buffer.template get_access<cl::sycl::access::mode::write>(cgh);
374 input_data_buffer.template get_access<cl::sycl::access::mode::read>(
377 output_data_buffer.template get_access<cl::sycl::access::mode::read>(
381 .template get_access<cl::sycl::access::mode::read>(cgh);
384 .template get_access<cl::sycl::access::mode::write>(cgh);
494 input_data_buffer.template get_access<cl::sycl::access::mode::read>(
497 output_data_buffer.template get_access<cl::sycl::access::mode::read>(
501 .template get_access<cl::sycl::access::mode::read>(cgh);
504 .template get_access<cl::sycl::access::mode::write>(cgh);
[all …]
Drandom_op.cc693 auto access = buffer.template get_access<sycl::access::mode::write>(cgh); in operator ()()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceSycl.h70 …return (get_sycl_buffer<T>(num_bytes, ptr)->template get_access<AcMd, cl::sycl::access::target::gl… in get_sycl_accessor()
98 …uffer<T, 1>*>(add_sycl_buffer(dst, n).first->second.get()))-> template get_access<cl::sycl::access… in memcpyHostToDevice()
105 …auto host_acc= (static_cast<cl::sycl::buffer<T, 1>*>(it->second.get()))-> template get_access<cl::… in memcpyDeviceToHost()
DTensorReductionSycl.h38 bufI.template get_access<cl::sycl::access::mode::read_write>(h); in run()
40 bufOut->template get_access<cl::sycl::access::mode::discard_write>(h); in run()
148 …auto tmp_global_accessor = temp_global_buffer. template get_access<cl::sycl::access::mode::read_wr…
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c209 static int get_access(char *args) in get_access() function
785 axcs = get_access(args); in touch_seg()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp196 RAW_METHOD_DUMP(OS, get_access) in dump()
435 &IDiaSymbol::get_access); in getAccess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp204 RAW_METHOD_DUMP(OS, get_access) in dump()
555 &IDiaSymbol::get_access); in getAccess()