Home
last modified time | relevance | path

Searched defs:func_list (Results 1 – 7 of 7) sorted by relevance

/third_party/libsnd/
Dmake_lite.py115 def remove_funcs_and_protos_from_file (filename, func_list): argument
123 def remove_funcs_from_file (filename, func_list): argument
130 def remove_protos_from_file (filename, func_list): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dreduce_fp32.cc220 ReduceKernelList func_list[] = {{ReduceMode_ReduceSum, ReduceSum, IntReduceSum, nullptr}, in InitialKernelList() local
/third_party/mindspore/mindspore/core/abstract/
Dabstract_function.cc25 AbstractFunctionPtr AbstractFunction::MakeAbstractFunction(const AbstractFuncAtomPtrList &func_list in MakeAbstractFunction()
55 AbstractFuncUnion::AbstractFuncUnion(const AbstractFuncAtomPtrList &func_list) { func_list_ = func_… in AbstractFuncUnion()
Dprim_statement.cc106 AbstractFuncAtomPtrList func_list{b->cast<AbstractFuncAtomPtr>()}; in InferImplSwitchLayer() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dmap_op_test.cc596 std::vector<std::shared_ptr<TensorOp>> func_list; in TEST_F() local
695 std::vector<std::shared_ptr<TensorOp>> func_list; in TEST_F() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h197 struct list_head func_list; member
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_fusion.cc231 std::list<std::function<void(const AnfNodePtr &)>> func_list = { in GetInterestNodeIds() local