Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dops_frontend_func_impl.h62 explicit FrontendFuncImplHolder(const OpFrontendFuncImplPtr &func_impl) : func_impl_(func_impl) {} in FrontendFuncImplHolder()
Dops_frontend_func_impl.cc35 …elper::RegFrontendFuncImplHelper(const std::string &name, const OpFrontendFuncImplPtr &func_impl) { in RegFrontendFuncImplHelper()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_searchsorted.cc46 SearchSortedFuncImpl func_impl; in TEST_P() local
Dtest_ops_reshape_and_cache.cc58 ReshapeAndCacheFuncImpl func_impl; in TEST_P() local
Dtest_ops_paged_attention.cc63 PagedAttentionFuncImpl func_impl; in TEST_P() local
Dtest_ops_paged_attention_mask.cc66 PagedAttentionMaskFuncImpl func_impl; in TEST_P() local
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/
Dtest_function_backward.py8 def func_impl(a, b): function
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c355 nir_function_impl *func_impl = nir_cf_node_as_function(cf_node); in opt_intrinsics_intrin() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/function/
Dfunc_grad.cc31 ValuePtr Add(const ValuePtr &input, const ValuePtr &other, const FuncBuilderPtr &func_impl) { in Add()
45 void Add(const ValuePtr &other, size_t input_index, const FuncBuilderPtr &func_impl, std::vector<Va… in Add()