vealue 赋值

auto reshape_value = input_args[1]->GetValueTrack();
auto reshape_value_element = GetValue<std::vector<int64_t>>(reshape_value);

 

return std::make_shared<abstract::Shape>(out_shape);
emplace_back()
vector.emplace_back(value);

posted @ 2021-01-07 20:45  丁培飞  阅读(144)  评论(0编辑  收藏  举报