Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dscalar.h249 using UInt16ImmPtr = std::shared_ptr<UInt16Imm>; variable
250 IMM_TRAITS(UInt16ImmPtr, uint16_t);
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc701 attr_proto->set_i(value->cast<UInt16ImmPtr>()->value()); in SetScalarToAttributeProto_ir()
760 attr_proto->add_ints(value->cast<UInt16ImmPtr>()->value()); in SetScalarToAttributeProto_irs()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc204 const UInt16ImmPtr &value = dyn_cast<UInt16Imm>(val); in SetScalarToProto()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc269 const UInt16ImmPtr &value = dyn_cast<UInt16Imm>(val); in SetScalarToProto()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc67 int_v = value->cast<UInt16ImmPtr>()->value(); in ScalarPtrToPyData()