Home
last modified time | relevance | path

Searched refs:CreatePrimitiveWithAttrs (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc170 auto primitive = CreatePrimitiveWithAttrs(op_name); in DecodeInputDesc()
276 PrimitivePtr CreatePrimitiveWithAttrs(const std::string &op_name) const { in CreatePrimitiveWithAttrs() function in mindspore::kernel::__anonc55854f90111::CNodeDecoder