Home
last modified time | relevance | path

Searched defs:index_2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsort_cpu_kernel.cc75 … comparator = [&input](size_t index_1, size_t index_2) { return input[index_1] > input[index_2]; }; in Launch()
77 … comparator = [&input](size_t index_1, size_t index_2) { return input[index_1] < input[index_2]; }; in Launch()
Dtopk_cpu_kernel.cc55 const std::function<bool(size_t, size_t)> comparator = [input](size_t index_1, size_t index_2) { in LaunchKernel()
/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py174 def construct(self, x, index_0, index_1, index_2): 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
272 def construct(self, index_0, index_1, index_2): argument
286 def construct(self, index_0, index_1, index_2): argument
367 def construct(self, index_0, index_1, index_2): argument
379 def construct(self, index_0, index_1, index_2, value): argument
391 def construct(self, index_0, index_1, index_2, index_3, value): argument
[all …]
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py167 def construct(self, x, index_0, index_1, index_2): 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
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
744 def construct(self, index_0, index_1, index_2, value_0, value_1, value_2): argument
782 def construct(self, index_0, index_1, index_2, value_0, value_1): argument
/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.cc60 const FieldDescriptor* field, int index_1, int index_2, in Compare()
Dmessage_differencer_unittest.cc2276 int index_2, in Compare()