Searched refs:kPrimIndexAdd (Results 1 – 2 of 2) sorted by relevance
81 REGISTER_PRIMITIVE_EVAL_IMPL(IndexAdd, prim::kPrimIndexAdd, IndexAddInfer, nullptr, true);
526 inline const PrimitivePtr kPrimIndexAdd = std::make_shared<Primitive>("IndexAdd"); variable