Home
last modified time | relevance | path

Searched defs:index_0 (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py164 def construct(self, x, index_0, index_1): argument
174 def construct(self, x, index_0, index_1, index_2): argument
184 def construct(self, tensor, index_0, index_1): argument
194 def construct(self, tensor, index_0, index_1): argument
204 def construct(self, tensor, index_0, index_1): argument
214 def construct(self, tensor, index_0, index_1): argument
224 def construct(self, tensor, index_0, index_1, index_2): argument
234 def construct(self, tensor, index_0, index_1, index_2): argument
244 def construct(self, tensor, index_0, index_1, index_2): argument
258 def construct(self, index_0, index_1, index_2): argument
[all …]
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py167 def construct(self, x, index_0, index_1, index_2): argument
206 def construct(self, tensor, index_0, index_1): argument
356 def construct(self, index_0, index_1, index_2): argument
396 def construct(self, index_0, index_1, index_2): argument
436 def construct(self, index_0, index_1, index_2): argument
464 def construct(self, x, index_0, index_1): argument
614 def construct(self, index_0, index_1, index_2): argument
648 def construct(self, index_0, index_1, index_2, value): argument
682 def construct(self, index_0, index_1, index_2, index_3, value): argument
711 def construct(self, index_0, index_1, index_2): argument
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_generator.cpp1105 struct brw_reg index_0 = suboffset(vec1(index), 0); in generate_oword_dual_block_offsets() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp19084 int index_0 = rnd.getInt(0, column-1); in createMatrixCompositeCases() local