Searched defs:GPUContext (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_device.cu | 68 struct GPUContext { struct 69 …GPUContext(const Eigen::TensorMap<Eigen::Tensor<float, 3> >& in1, Eigen::TensorMap<Eigen::Tensor<f… in GPUContext() argument 82 ~GPUContext() { in ~GPUContext() argument 88 const Eigen::GpuDevice& device() const { return gpu_device_; } in device() 90 const Eigen::TensorMap<Eigen::Tensor<float, 3> >& in1() const { return in1_; } in in1() 91 const Eigen::TensorMap<Eigen::Tensor<float, 3> >& in2() const { return in2_; } in in2() 92 Eigen::TensorMap<Eigen::Tensor<float, 3> >& out() { return out_; } in out() 93 …<float, 1> > kernel1d() const { return Eigen::TensorMap<Eigen::Tensor<float, 1> >(kernel_1d_, 2); } in kernel1d() 94 …oat, 2> > kernel2d() const { return Eigen::TensorMap<Eigen::Tensor<float, 2> >(kernel_2d_, 2, 2); } in kernel2d() 95 …, 3> > kernel3d() const { return Eigen::TensorMap<Eigen::Tensor<float, 3> >(kernel_3d_, 2, 2, 2); } in kernel3d() [all …]
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/share/ |
H A D | cm_queue_base_hw.h | 57 unsigned int GPUContext : 8; // user-provided GPU Context ordinal member
|
H A D | cm_rt.h | 1234 unsigned int GPUContext : 8; // user-provided GPU Context ordinal member
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_common.h | 439 unsigned int GPUContext : 8; // user-provided GPU Context ordinal member
|