Home
last modified time | relevance | path

Searched defs:Creator (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dexpander.h29 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
39 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
49 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
59 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
69 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_expander_lite.h31 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
44 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
56 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
66 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
Dpreprocess_weight.h26 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
38 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dsubstitute_dropout.h27 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp48 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DManagedStatic.cpp45 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.h61 static GraphBuilderPtr Creator(const PyFrameObject *f, bool trace_flag) { in Creator() function
65 …static GraphBuilderPtr Creator(GraphBuilder *r, GraphBuilder *p, PyCodeObject *co, PyObject *globa… in Creator() function
Dgraph_analyzer.h92 static GraphAnalyzerPtr Creator(const GraphBuilderPtr &g) { in Creator() function
Dcode_generator.h193 static CodeBreakGeneratorPtr Creator(const GraphBuilderPtr &builder, PyCodeObject *co) { in Creator() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/nnacl/
Dnnacl_manager.h42 NNACLCreator Creator(KeyDesc desc) { in Creator() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/bolt/
Dbolt_kernel_manager.h44 BoltCreator Creator(BoltKeyDesc desc) { in Creator() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/
Dutils.cc152 static ExpanderPtr Creator(const ExpanderPtr &decorated) { in Creator() function in mindspore::expander::PrimToPrimPyDecorator
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus_test.cc39 using Creator = absl::Status (*)( typedef