Home
last modified time | relevance | path

Searched defs:DetTriangle (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Ddeterminant_triangle_impl.cu31 cudaError_t DetTriangle(T *input, T *output, size_t matrix_n_, size_t count, cudaStream_t cuda_stre… in DetTriangle() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_thor_ops.py754 class DetTriangle(PrimitiveWithInfer): class