Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dtensordot_info.cc64 axes_int_ = axes_iter->second->cast<Int32ImmPtr>()->value(); in GetAttrs()
80 int32_t ele_var = var_tuple[i]->cast<Int32ImmPtr>()->value(); in GetAttrs()
/third_party/mindspore/mindspore/core/ir/
Dscalar.h167 using Int32ImmPtr = std::shared_ptr<Int32Imm>; variable
168 IMM_TRAITS(Int32ImmPtr, int32_t) in IMM_TRAITS() argument
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.cc129 auto value_ptr = value_node->value()->cast<Int32ImmPtr>(); in match()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.cc37 *value = v->cast<Int32ImmPtr>()->value() != 0; in ValueToBool()
Dconvert_utils_py.cc87 int_v = value->cast<Int32ImmPtr>()->value(); in ScalarPtrToPyData()
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc692 attr_proto->set_i(value->cast<Int32ImmPtr>()->value()); in SetScalarToAttributeProto_ir()
751 attr_proto->add_ints(value->cast<Int32ImmPtr>()->value()); in SetScalarToAttributeProto_irs()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc192 const Int32ImmPtr &value = dyn_cast<Int32Imm>(val); in SetScalarToProto()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc257 const Int32ImmPtr &value = dyn_cast<Int32Imm>(val); in SetScalarToProto()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc1658 auto value_ptr = GetValueNode(node_inputs[TUPLE_GET_ITEM_INDEX])->cast<Int32ImmPtr>(); in GetRealOpNode()