Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py154 cast_value = np.ndarray.item(value)
155 return cast_value
/third_party/mindspore/tests/vm_impl/
Dmath_ops_vm_impl.py299 cast_value = value.item()
300 return cast_value
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h340 void cast_value(struct expression *expr, struct symbol *newtype,
Dexpand.c97 void cast_value(struct expression *expr, struct symbol *newtype, in cast_value() function
875 cast_value(expr, expr->ctype, target, target->ctype); in expand_cast()
Dparse.c906 cast_value(expr, base_type, expr, ctype); in cast_enum_list()