Home
last modified time | relevance | path

Searched refs:first_val (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dprimitive_mapper.cc70 ValuePtr first_val = nullptr; in AttrAdjust() local
72 first_val = val_seq_ptr->value().front(); in AttrAdjust()
74 CHECK_NULL_RETURN(first_val); in AttrAdjust()
75 CHECK_NULL_RETURN(first_val->type()); in AttrAdjust()
76 if (first_val->type()->number_type() != kNumberTypeInt64) { in AttrAdjust()
/third_party/boost/libs/range/test/
Diterator_range.cpp189 value_const_iterator first_val = vals.begin(); in check_iterator_range_operators_impl() local
192 for (value_const_iterator left_it = first_val; left_it != last_val; ++left_it) in check_iterator_range_operators_impl()
195 for (value_const_iterator right_it = first_val; right_it != last_val; ++right_it) in check_iterator_range_operators_impl()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc1497 auto first_val = val_seq_ptr->value().front(); in CastToInt() local
1498 MS_EXCEPTION_IF_NULL(first_val); in CastToInt()
1499 MS_EXCEPTION_IF_NULL(first_val->type()); in CastToInt()
1500 if (first_val->type()->number_type() == kNumberTypeInt64) { in CastToInt()