Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field.h108 val_.int32_value_ = value; in SetInt32Value()
133 return val_.int32_value_; in GetInt32Value()
166 return val_.int32_value_ < other.val_.int32_value_;
194 return val_.int32_value_ == other.val_.int32_value_;
222 val_.int32_value_ = other.val_.int32_value_; in CopyFrom()
246 int32 int32_value_; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dconstant_of_shape_parameter.h25 int32_t int32_value_; member
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/
Dconstant_of_shape_populate_v0.cc47 param->value_.int32_value_ = static_cast<int32_t>(value->data()[0]); in PopulateConstantOfShapeParameter()
/third_party/mindspore/mindspore/lite/src/ops/populate/
Dconstant_of_shape_populate.cc49 param->value_.int32_value_ = static_cast<int32_t>(val[0]); in PopulateConstantOfShapeParameter()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dconstant_of_shape.cc54 param_->value_.int32_value_); in DoExecute()