Home
last modified time | relevance | path

Searched defs:op_kind (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/mpi/test/python/
Dscan_test.py13 def scan_test(comm, generator, kind, op, op_kind): argument
Dall_reduce_test.py13 def all_reduce_test(comm, generator, kind, op, op_kind): argument
Dreduce_test.py13 def reduce_test(comm, generator, kind, op, op_kind, root): argument
/third_party/mindspore/mindspore/lite/examples/converter_extend/src/
Dpass_registry_tutorial.cc57 std::string op_kind = "custom op"; in CreateCustomOp() local
/third_party/boost/libs/mpi/test/
Dall_reduce_test.cpp84 const char* type_kind, Op op, const char* op_kind, in all_reduce_one_test()
123 const char* type_kind, Op op, const char* op_kind, in all_reduce_array_test()
170 const char* type_kind, Op op, const char* op_kind, in all_reduce_test()
Dreduce_test.cpp73 const char* type_kind, Op op, const char* op_kind, in reduce_test()
Dscan_test.cpp74 const char* type_kind, Op op, const char* op_kind) in scan_test()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp124 int op_kind = (flags & AF_PRED) ? 1 : in optimize_cc_op2() local
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc149 std::string op_kind = "custom op"; in CreateCustomOp() local