Home
last modified time | relevance | path

Searched defs:matrix_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmatrix_diag_part_v3_impl.cu33 __global__ void MatrixDiagPartV3Kernel(const T *matrix_ptr, const T *padding_value_ptr, T *diagnal_… in MatrixDiagPartV3Kernel()
55 cudaError_t MatrixDiagPartV3(const T *matrix_ptr, const T *padding_value_ptr, T *diagnal_ptr, const… in MatrixDiagPartV3()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/eigen/
Dmatrix_solve_cpu_kernel.cc66 auto matrix_ptr = reinterpret_cast<T *>(inputs[kIndex0]->device_ptr()); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dmatrix_diag_part_v3_gpu_kernel.cc72 auto matrix_ptr = GetDeviceAddress<T>(inputs, kIndex0); in LaunchKernel() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c656 LLVMValueRef matrix_ptr = LLVMBuildAdd(builder, functions_ptr, matrix_offset, ""); in compile_jit_sample_function() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp3529 double* matrix_ptr = (double*)(m_bo_1_data + n_matrix * m_bo_1_batch_size + m_bo_1_offset_matrix); in initBuffers() local
3576 unsigned char* matrix_ptr = m_bo_2_data + n_matrix * m_bo_2_batch_size + m_bo_2_offset_matrix; in initBuffers() local