/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | eye_impl.cu | 34 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…
|
D | eye_impl.cuh | 22 void Eye(const size_t size, const size_t dim, T *output_addr, cudaStream_t cuda_stream);
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_inner_ops.py | 27 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/ |
D | dvips.version | 2 based on dvips(k) 5.98dev Copyright 2010 Radical Eye Software (www.radicaleye.com)
|
/third_party/glib/gio/tests/desktop-files/home/applications/ |
D | eog.desktop | 2 Name=Eye of GNOME
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_sprite.txt | 173 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/ |
D | SGIX_sprite.txt | 173 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/ |
D | test_numpy_ops.py | 111 class Eye(Cell): class 261 'block': Eye(),
|
/third_party/mindspore/mindspore/ops/operations/ |
D | __init__.py | 24 Diag, DiagPart, DType, ExpandDims, Eye,
|
/third_party/mindspore/tests/vm_impl/ |
D | array_ops_vm_impl.py | 148 @vm_impl_getters.register(P.Eye)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/ |
D | cholesky_solve_gpu_kernel.h | 94 …Eye(batch_ * split_dim_ * split_dim_, split_dim_, output_addr, reinterpret_cast<cudaStream_t>(stre… in Launch()
|
D | cholesky_trsm_solve_gpu_kernel.h | 174 …Eye(batch_ * split_dim_ * split_dim_, split_dim_, output_addr, reinterpret_cast<cudaStream_t>(stre… in LaunchSplitMatrix()
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 37 eye = P.Eye()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/ |
D | WIN_phong_shading.txt | 115 Rename Section 2.13.8 to "Color, Texture, Normal and Eye-Coordinate
|
/third_party/openGLES/extensions/WIN/ |
D | WIN_phong_shading.txt | 115 Rename Section 2.13.8 to "Color, Texture, Normal and Eye-Coordinate
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_math_ops.py | 138 eye = P.Eye()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_text_fragment_shader.txt | 1072 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/ |
D | ATI_text_fragment_shader.txt | 1072 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/ |
D | thesis.txt | 58 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/ |
D | fog_coord.txt | 79 Perhaps. Eye-coordinate distance of fragments will be
|
/third_party/openGLES/docs/ |
D | fog_coord.txt | 79 Perhaps. Eye-coordinate distance of fragments will be
|
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/ |
D | thor.py | 223 self.eye = P.Eye()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_fog_coord.txt | 79 Perhaps. Eye-coordinate distance of fragments will be
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_fog_coord.txt | 79 Perhaps. Eye-coordinate distance of fragments will be
|
/third_party/mindspore/mindspore/nn/optim/ |
D | thor.py | 433 self.eye = P.Eye() 745 self.eye = P.Eye()
|