Home
last modified time | relevance | path

Searched defs:Eye (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Deye_impl.cu34 void Eye(const size_t size, const size_t dim, T *output_addr, cudaStream_t cuda_stream) { in Eye() function
/third_party/mindspore/tests/ut/python/numpy_native/
Dtest_numpy_ops.py111 class Eye(Cell): class
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3479 class Eye(PrimitiveWithInfer): class