Searched refs:cast_value (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/_extends/ |
D | builtin_operations.py | 154 cast_value = np.ndarray.item(value) 155 return cast_value
|
/third_party/mindspore/tests/vm_impl/ |
D | math_ops_vm_impl.py | 299 cast_value = value.item() 300 return cast_value
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expression.h | 340 void cast_value(struct expression *expr, struct symbol *newtype,
|
D | expand.c | 97 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()
|
D | parse.c | 906 cast_value(expr, base_type, expr, ctype); in cast_enum_list()
|