Searched defs:set_shift (Results 1 – 4 of 4) sorted by relevance
34 void PowFusion::set_shift(const float &shift) { (void)this->AddAttr(kShift, api::MakeValue(shift));… in set_shift() function in mindspore::ops::PowFusion
40 void ExpFusion::set_shift(const float shift) { (void)this->AddAttr(kShift, api::MakeValue(shift)); } in set_shift() function in mindspore::ops::ExpFusion
42 void PowerGrad::set_shift(const float shift) { (void)this->AddAttr(kShift, api::MakeValue(shift)); } in set_shift() function in mindspore::ops::PowerGrad
1833 void Roll::set_shift(const std::vector<int64_t> &shift) { (void)this->AddAttr("shift", … in set_shift() function in mindspore::ops::Roll