| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/ |
| D | test_ops_nonzero.cc | 51 auto infer_impl = GetOpFrontendFuncImplPtr("NonZero"); in TEST_P() local 62 auto infer_impl = std::make_shared<NonZeroFuncImpl>(); in TEST_P() local
|
| D | test_ops_cmp_utils.cc | 48 void TestOpFuncImplWithEltwiseOpParams(const OpFuncImplPtr &infer_impl, const std::string &prim_nam… in TestOpFuncImplWithEltwiseOpParams() 75 void TestOpFuncImplWithMultiInputOpParams(const OpFuncImplPtr &infer_impl, const std::string &prim_… in TestOpFuncImplWithMultiInputOpParams()
|
| D | test_ops_seq_to_seq.cc | 51 auto infer_impl = GetOpFrontendFuncImplPtr("TupleToList"); in compare_tuple_to_list() local 75 auto infer_impl = GetOpFrontendFuncImplPtr("ListToTuple"); in compare_list_to_tuple() local
|
| D | test_ops_bool_not.cc | 37 auto infer_impl = std::make_shared<BoolNotFuncImpl>(); in TEST_P() local
|
| D | test_ops_pow.cc | 39 auto infer_impl = std::make_shared<PowFuncImpl>(); in TEST_P() local
|
| D | test_ops_minimum.cc | 39 auto infer_impl = std::make_shared<MinimumFuncImpl>(); in TEST_P() local
|
| D | test_ops_fast_gelu_grad.cc | 40 auto infer_impl = std::make_shared<FastGeLUGradFuncImpl>(); in TEST_P() local
|
| D | test_ops_mul.cc | 39 auto infer_impl = std::make_shared<MulFuncImpl>(); in TEST_P() local
|
| D | test_ops_complex.cc | 38 auto infer_impl = std::make_shared<ComplexFuncImpl>(); in TEST_P() local
|
| D | test_ops_softmax.cc | 52 auto infer_impl = std::make_shared<SoftmaxFuncImpl>(); in TEST_P() local
|
| D | test_ops_rank.cc | 41 OpFuncImplPtr infer_impl = std::make_shared<RankFuncImpl>(); in TEST_P() local
|
| D | test_ops_softplus_ext.cc | 55 auto infer_impl = std::make_shared<SoftplusExtFuncImpl>(); in TEST_P() local
|
| D | test_ops_split.cc | 46 auto infer_impl = std::make_shared<SplitFuncImpl>(); in TEST_P() local
|
| D | test_ops_less_equal.cc | 45 auto infer_impl = std::make_shared<LessEqualFuncImpl>(); in TEST_P() local
|
| D | test_ops_less.cc | 45 auto infer_impl = std::make_shared<LessFuncImpl>(); in TEST_P() local
|
| D | test_ops_cmp_utils.h | 32 auto infer_impl = std::make_shared<T>(); in DoFuncImplInferAndCompare() local
|
| D | test_ops_uniform_ext.cc | 56 auto infer_impl = std::make_shared<UniformExtFuncImpl>(); in TEST_P() local
|
| D | test_ops_betainc.cc | 52 auto infer_impl = std::make_shared<BetaincFuncImpl>(); in TEST_P() local
|
| D | test_ops_index_select_ext.cc | 54 auto infer_impl = std::make_shared<IndexSelectFuncImpl>(); in TEST_P() local
|
| D | test_ops_resize_nearest_neighbor_grad.cc | 55 auto infer_impl = std::make_shared<ResizeNearestNeighborGradFuncImpl>(); in TEST_P() local
|
| D | test_ops_avg_pool2d.cc | 62 auto infer_impl = std::make_shared<AvgPool2DFuncImpl>(); in TEST_P() local
|
| D | test_ops_resize_nearest_neighbor.cc | 54 auto infer_impl = std::make_shared<ResizeNearestNeighborFuncImpl>(); in TEST_P() local
|
| D | test_ops_rms_norm_grad.cc | 53 auto infer_impl = std::make_shared<RmsNormGradFuncImpl>(); in TEST_P() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/ |
| D | ops_front_infer_function.h | 93 #define REGISTER_PRIMITIVE_FRONT_EVAL_IMPL(name, primitive, infer_impl, infer_value_impl) … argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/expander/core/ |
| D | infer.cc | 61 auto &infer_impl = CppInfer::infer_impl_cache()[prim]; in InferAnfnode() local
|