Home
last modified time | relevance | path

Searched defs:cast_to (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
Dc_build_helper.py52 def generate_c_printf_expressions(c_file, cast_to, printf_format, expressions): argument
93 cast_to, printf_format, argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dlookup_op.cc46 std::shared_ptr<Tensor> cast_to; in Compute() local
/third_party/python/Tools/gdb/
Dlibpython.py189 def __init__(self, gdbval, cast_to=None): argument
861 def __init__(self, gdbval, cast_to=None): argument
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c315 static struct expression * cast_to(struct expression *old, struct symbol *type) in cast_to() function