Searched refs:add_cast (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/python/object/ |
D | inheritance.hpp | 26 BOOST_PYTHON_DECL void add_cast( 121 add_cast(
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | decrease_compute_precision.cc | 165 …auto add_cast = [&func_graph](const CNodePtr &old_cnode, bool is_output, std::vector<AnfNodePtr> &… in Process() local 205 add_cast(c_out, false, new_inputs); in Process() 210 add_cast(old_output, true, new_inputs); in Process()
|
/third_party/boost/libs/python/src/object/ |
D | inheritance.cpp | 451 BOOST_PYTHON_DECL void add_cast( in add_cast() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 29 static pseudo_t add_cast(struct entrypoint *ep, struct symbol *to, struct symbol *from, int op, pse… 1009 val = add_cast(ep, btype, ctype, OP_ZEXT, val); in linearize_bitfield_insert() 1181 static pseudo_t add_cast(struct entrypoint *ep, struct symbol *to, in add_cast() function
|