Home
last modified time | relevance | path

Searched refs:type_o (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/onednn/oneDNN-2.5.1/src/cpu/reorder/
H A Dsimple_reorder.hpp47 template <impl::data_type_t type_i, impl::data_type_t type_o>
48 using _qz_a1b0 = qz_a1b0<data_t<type_i>, data_t<type_o>>;
50 template <impl::data_type_t type_i, impl::data_type_t type_o>
51 using _qz = qz<data_t<type_i>, data_t<type_o>>;
68 impl::data_type_t type_o, impl::format_tag_t tag_o, \
74 auto output = CTX_OUT_MEM(data_t<type_o> *, DNNL_ARG_TO); \
489 out[g] = qz_b0<data_t<type_i>, data_t<type_o>>()( in execute()
496 auto ker_s8 = [&](const data_t<type_o> *out, int32_t *cp, in execute()
503 auto ker_zp = [&](const data_t<type_o> *out, int32_t *zp, in execute()
793 auto output = CTX_OUT_MEM(data_t<type_o> *, DNNL_ARG_TO); in execute()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/reorder/
H A Dsimple_reorder.hpp47 template <impl::data_type_t type_i, impl::data_type_t type_o>
48 using _qz_a1b0 = qz_a1b0<data_t<type_i>, data_t<type_o>>;
50 template <impl::data_type_t type_i, impl::data_type_t type_o>
51 using _qz = qz<data_t<type_i>, data_t<type_o>>;
68 impl::data_type_t type_o, impl::format_tag_t tag_o, \
74 auto output = CTX_OUT_MEM(data_t<type_o> *, DNNL_ARG_TO); \
1092 && type_o == data_type::bf16)>::type> {
1197 && type_o == data_type::bf16>::type> {
1448 out = _qz_a1b0<type_i, type_o>()(inp); in execute()
1631 out = _qz_a1b0<type_i, type_o>()(inp); in execute()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/rnn/
H A Drnn_reorders.hpp186 template <data_type_t type_i, data_type_t type_o>
205 PD_CHECK_ARG(od.data_type() == type_o); in create()
237 typedef typename prec_traits<type_o>::type out_data_t;
256 assert(type_o == data_type::u8 || type_o == data_type::s8); in execute_dense()
285 assert(type_o == data_type::u8 || type_o == data_type::s8); in execute_generic()
525 template <data_type_t type_i, data_type_t type_o>
558 PD_CHECK_ARG(od.data_type() == type_o); in create()
613 typedef typename prec_traits<type_o>::type out_data_t;
688 if (type_o == data_type::bf16) { in execute()
713 template <data_type_t type_i, data_type_t type_o>
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/rnn/
H A Drnn_reorders.hpp187 template <data_type_t type_i, data_type_t type_o>
206 PD_CHECK_ARG(od.data_type() == type_o); in create()
238 typedef typename prec_traits<type_o>::type out_data_t;
257 assert(type_o == data_type::u8 || type_o == data_type::s8); in execute_dense()
286 assert(type_o == data_type::u8 || type_o == data_type::s8); in execute_generic()
529 template <data_type_t type_i, data_type_t type_o>
562 PD_CHECK_ARG(od.data_type() == type_o); in create()
617 typedef typename prec_traits<type_o>::type out_data_t;
692 if (type_o == data_type::bf16) { in execute()
717 template <data_type_t type_i, data_type_t type_o>
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Dwino_reorder.hpp32 template <data_type_t type_i, data_type_t type_o>
62 && od.data_type() == type_o in create()
158 typedef typename prec_traits<type_o>::type out_data_t;
271 if (type_o == data_type::s8) { in transform()
290 if (type_o == data_type::s8) { in reorder_to_aaOIoi()
319 if (type_o == data_type::s8) { in reorder_to_aaOIoi()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Dwino_reorder.hpp32 template <data_type_t type_i, data_type_t type_o>
64 && od.data_type() == type_o in create()
158 typedef typename prec_traits<type_o>::type out_data_t;
272 if (type_o == data_type::s8) { in transform()
291 if (type_o == data_type::s8) { in reorder_to_aaOIoi()
320 if (type_o == data_type::s8) { in reorder_to_aaOIoi()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-copy.c58 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
72 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
97 tree type_o; in may_propagate_copy_into_stmt() local
128 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
130 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-copy.c58 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
72 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
97 tree type_o; in may_propagate_copy_into_stmt() local
128 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
130 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-copy.c64 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
67 if (!tree_ssa_useless_type_conversion_1 (type_d, type_o)) in may_propagate_copy()
109 && POINTER_TYPE_P (type_o)) in may_propagate_copy()
115 else if (!lang_hooks.types_compatible_p (type_d, type_o)) in may_propagate_copy()
118 get_alias_set (TREE_TYPE (type_o))) in may_propagate_copy()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-propagate.c1051 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1074 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1095 tree type_o; in may_propagate_copy_into_stmt() local
1126 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1128 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-propagate.c1260 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1280 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1301 tree type_o; in may_propagate_copy_into_stmt() local
1332 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1334 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-propagate.c1275 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1298 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1319 tree type_o; in may_propagate_copy_into_stmt() local
1350 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1352 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-propagate.c1263 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1286 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1307 tree type_o; in may_propagate_copy_into_stmt() local
1338 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1340 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-propagate.c1258 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1281 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1302 tree type_o; in may_propagate_copy_into_stmt() local
1333 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1335 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-propagate.c1244 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1267 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1288 tree type_o; in may_propagate_copy_into_stmt() local
1319 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1321 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-propagate.c1275 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1298 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1319 tree type_o; in may_propagate_copy_into_stmt() local
1350 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1352 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-propagate.c1263 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1286 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1307 tree type_o; in may_propagate_copy_into_stmt() local
1338 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1340 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-propagate.c1263 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1286 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1307 tree type_o; in may_propagate_copy_into_stmt() local
1338 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1340 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-propagate.c1258 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1281 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1302 tree type_o; in may_propagate_copy_into_stmt() local
1333 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1335 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-propagate.c1258 tree type_o = TREE_TYPE (orig); in may_propagate_copy() local
1281 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy()
1302 tree type_o; in may_propagate_copy_into_stmt() local
1333 type_o = TREE_TYPE (orig); in may_propagate_copy_into_stmt()
1335 if (!useless_type_conversion_p (type_d, type_o)) in may_propagate_copy_into_stmt()

12