Home
last modified time | relevance | path

Searched defs:impl_type (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dops_frontend_func_impl.cc45 void InferValueCallback::RegImpl(const std::string &impl_type, const InferValueFunc &func) { in RegImpl()
74 InferValueImplRegister::InferValueImplRegister(const std::string &impl_type, const InferValueFunc &… in InferValueImplRegister()
Dops_frontend_func_impl.h110 #define INFER_VALUE_IMPL_REGISTER(impl_type, func) \ argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.hpp85 std::string impl_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP