Home
last modified time | relevance | path

Searched defs:reduce_op (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dreduce_tensorrt.cc27 auto reduce_op = primitive->value_as_ReduceFusion(); in IsSupport() local
53 auto reduce_op = op_primitive_->value_as_ReduceFusion(); in AddInnerOp() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dunique_info.cc147 AnfNodePtr reduce_op = gen_g.PushBack({gen_g.NewOpInst(ALL_REDUCE, attrs), mul}); in ComputeReplaceGraph() local
Doperator_info.cc310 static OperatorArgs CreateReduceCommunicationOpArgs(const std::string &reduce_op, const std::string… in CreateReduceCommunicationOpArgs()
324 Operator CreateAllReduceOp(const std::string &reduce_op, const std::string &group) { in CreateAllReduceOp()
333 Operator CreateReduceScatterOp(const std::string &reduce_op, const std::string &group) { in CreateReduceScatterOp()
Dgather_v2_p_info.cc795 AnfNodePtr reduce_op; in ComputeReplaceGraph() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/
Dnccl_collective_gpu_kernel.h224 auto reduce_op = prim->GetAttr(kAttrOp); in InferCommType() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h649 auto reduce_op = primitive->GetAttr("op"); in operator() local
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp474 emit_reduction(lower_context* ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, in emit_reduction()
Daco_ir.h1683 ReduceOp reduce_op; member
Daco_instruction_selection.cpp7774 ReduceOp reduce_op = get_reduce_op(op, instr->src[0].ssa->bit_size); in emit_uniform_scan() local
8446 ReduceOp reduce_op = get_reduce_op(op, bit_size); in visit_intrinsic() local
/third_party/python/Modules/
D_pickle.c3948 const char reduce_op = REDUCE; in save_reduce() local