Home
last modified time | relevance | path

Searched refs:Eye (Results 1 – 25 of 43) sorted by relevance

12

/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
39 template void Eye<float>(const size_t size, const size_t dim, float *output_addr, cudaStream_t cuda…
Deye_impl.cuh22 void Eye(const size_t size, const size_t dim, T *output_addr, cudaStream_t cuda_stream);
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_inner_ops.py27 base_eye = P.Eye()(x_shape[-1], x_shape[-1], x_dtype).flatten()
34 base_eye = P.Eye()(x_shape[-2], x_shape[-1], x_dtype).flatten()
/third_party/boost/doc/
Ddvips.version2 based on dvips(k) 5.98dev Copyright 2010 Radical Eye Software (www.radicaleye.com)
/third_party/glib/gio/tests/desktop-files/home/applications/
Deog.desktop2 Name=Eye of GNOME
/third_party/openGLES/extensions/SGIX/
DSGIX_sprite.txt173 scalar = Eye (dot) spriteAxis;
174 alignedSpriteAxis = spriteAxis - (scalar * Eye);
179 cosTheta = (Eye (dot) canonicalFront);
180 sinTheta = (Eye (dot) canonicalRight);
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_sprite.txt173 scalar = Eye (dot) spriteAxis;
174 alignedSpriteAxis = spriteAxis - (scalar * Eye);
179 cosTheta = (Eye (dot) canonicalFront);
180 sinTheta = (Eye (dot) canonicalRight);
/third_party/mindspore/tests/ut/python/numpy_native/
Dtest_numpy_ops.py111 class Eye(Cell): class
261 'block': Eye(),
/third_party/mindspore/mindspore/ops/operations/
D__init__.py24 Diag, DiagPart, DType, ExpandDims, Eye,
/third_party/mindspore/tests/vm_impl/
Darray_ops_vm_impl.py148 @vm_impl_getters.register(P.Eye)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dcholesky_solve_gpu_kernel.h94Eye(batch_ * split_dim_ * split_dim_, split_dim_, output_addr, reinterpret_cast<cudaStream_t>(stre… in Launch()
Dcholesky_trsm_solve_gpu_kernel.h174Eye(batch_ * split_dim_ * split_dim_, split_dim_, output_addr, reinterpret_cast<cudaStream_t>(stre… in LaunchSplitMatrix()
/third_party/mindspore/mindspore/ops/
Dfunctional.py37 eye = P.Eye()
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_phong_shading.txt115 Rename Section 2.13.8 to "Color, Texture, Normal and Eye-Coordinate
/third_party/openGLES/extensions/WIN/
DWIN_phong_shading.txt115 Rename Section 2.13.8 to "Color, Texture, Normal and Eye-Coordinate
/third_party/mindspore/tests/ut/python/ops/
Dtest_math_ops.py138 eye = P.Eye()
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_text_fragment_shader.txt1072 PassTexCoord r3, t3.str; # Eye vector
1080 DOT3 r2.2x, r0, r3; # 2 * (N dot Eye)
1081 MUL r2, r0, r2; # 2 * N * (N dot Eye)
1083 MAD r1, r3.neg, r1, r2; # 2 * N * (N dot Eye) - Eye * (N dot N)
/third_party/openGLES/extensions/ATI/
DATI_text_fragment_shader.txt1072 PassTexCoord r3, t3.str; # Eye vector
1080 DOT3 r2.2x, r0, r3; # 2 * (N dot Eye)
1081 MUL r2, r0, r2; # 2 * N * (N dot Eye)
1083 MAD r1, r3.neg, r1, r2; # 2 * N * (N dot Eye) - Eye * (N dot N)
/third_party/icu/icu4j/perf-tests/data/collation/
Dthesis.txt58 Eye ran this poem threw it.
67 Eye trussed too bee a joule.
83 Cuz Eye dew want too please.
/third_party/skia/third_party/externals/opengl-registry/docs/
Dfog_coord.txt79 Perhaps. Eye-coordinate distance of fragments will be
/third_party/openGLES/docs/
Dfog_coord.txt79 Perhaps. Eye-coordinate distance of fragments will be
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dthor.py223 self.eye = P.Eye()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_fog_coord.txt79 Perhaps. Eye-coordinate distance of fragments will be
/third_party/openGLES/extensions/EXT/
DEXT_fog_coord.txt79 Perhaps. Eye-coordinate distance of fragments will be
/third_party/mindspore/mindspore/nn/optim/
Dthor.py433 self.eye = P.Eye()
745 self.eye = P.Eye()

12