Home
last modified time | relevance | path

Searched refs:acc_type (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/DBIx/Class/Relationship/
H A DAccessor.pm17 if (my $acc_type = $info->{attrs}{accessor}) {
18 $class->add_relationship_accessor($rel => $acc_type);
24 my ($class, $rel, $acc_type) = @_;
26 if ($acc_type eq 'single') {
62 elsif ($acc_type eq 'filter') {
97 elsif ($acc_type eq 'multi') {
107 $class->throw_exception("No such relationship accessor type '$acc_type'");
H A DBelongsTo.pm76 my $acc_type = (
86 my $fk_columns = ($acc_type eq 'single' and ref $cond eq 'HASH')
95 accessor => $acc_type,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_gemm_inner_product_utils.cpp40 struct jit_pp_kernel_t : public pp_kernel_t<acc_type, dst_type>,
48 using acc_data_t = typename prec_traits<acc_type>::type;
257 case arg_t::acc: return acc_type; in get_data_type()
270 : pp_kernel_t<acc_type, dst_type>( in jit_pp_kernel_t()
362 void jit_pp_kernel_t<isa, acc_type,
385 void jit_pp_kernel_t<isa, acc_type,
398 void jit_pp_kernel_t<isa, acc_type,
501 void jit_pp_kernel_t<isa, acc_type, dst_type>::load_no_tail( in load_no_tail()
1232 template <data_type_t acc_type, data_type_t dst_type>
1253 #define INST(acc_type, dst_type) \ argument
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dgemm_inner_product_utils.cpp37 template <data_type_t acc_type, data_type_t dst_type>
38 struct ref_pp_kernel_t : public pp_kernel_t<acc_type, dst_type> {
42 : pp_kernel_t<acc_type, dst_type>( in ref_pp_kernel_t()
49 using acc_data_t = typename prec_traits<acc_type>::type;
64 template <data_type_t acc_type, data_type_t dst_type>
65 void ref_pp_kernel_t<acc_type, dst_type>::operator()(dst_data_t *dst, in operator ()()
134 template <data_type_t acc_type, data_type_t dst_type>
135 pp_kernel_t<acc_type, dst_type>::pp_kernel_t(size_t OC, size_t MB, in pp_kernel_t()
167 template <data_type_t acc_type, data_type_t dst_type>
168 pp_kernel_t<acc_type, dst_type> *pp_kernel_t<acc_type, dst_type>::create( in create()
[all …]
H A Dref_reduction.cpp31 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
32 void ref_reduction_t<src_type, dst_type, acc_type>::init_acc( in init_acc()
55 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
56 void ref_reduction_t<src_type, dst_type, acc_type>::accumulate( in accumulate()
78 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
79 void ref_reduction_t<src_type, dst_type, acc_type>::finalize( in finalize()
101 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
102 status_t ref_reduction_t<src_type, dst_type, acc_type>::execute_ref( in execute_ref()
H A Dref_convolution.hpp36 data_type_t dst_type = src_type, data_type_t acc_type = dst_type>
50 dst_type, acc_type) in init()
118 typedef typename prec_traits<acc_type>::type acc_data_t;
131 data_type_t diff_dst_type, data_type_t acc_type = diff_src_type>
142 data_type::undef, diff_dst_type, acc_type) in init()
182 typedef typename prec_traits<acc_type>::type acc_data_t;
194 data_type_t diff_dst_type, data_type_t acc_type = diff_wei_type>
206 diff_dst_type, acc_type) in init()
230 typedef typename prec_traits<acc_type>::type acc_data_t;
H A Dref_inner_product.hpp36 data_type_t dst_type = src_type, data_type_t acc_type = dst_type>
49 dst_type, acc_type) in init()
88 typedef typename prec_traits<acc_type>::type acc_data_t;
102 data_type_t diff_dst_type, data_type_t acc_type = diff_src_type>
113 && desc()->accum_data_type == acc_type in init()
126 typedef typename prec_traits<acc_type>::type acc_data_t;
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/inc/
H A Ddaccess.h1633 acc_type operator->() const
1637 operator acc_type() const in acc_type() function
1702 acc_type host)
1709 acc_type host)
1715 inline bool operator==(acc_type host,
1722 inline bool operator!=(acc_type host,
1863 #define _SPTR_DECL(acc_type, store_type, var) \ argument
1874 #define _GPTR_DECL(acc_type, store_type, var) \ argument
1876 #define _GPTR_IMPL(acc_type, store_type, var) \ argument
2170 #define _SPTR_DECL(acc_type, store_type, var) \
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/test/
H A Dmerge.cpp16 typedef A acc_type; typedef
29 typedef typename G::acc_type acc_type; typedef
31 typedef typename aa::value_type<typename acc_type::accumulator_type>::type value_type;
34 static const bool is_mean_acc = aat::is_same_accumulator<acc_type, aa::MeanAccumulator>::value;
42 ms_half1 << acc_type("data"); in AccumulatorMergeTest()
43 ms_half2 << acc_type("data"); in AccumulatorMergeTest()
44 ms_full << acc_type("data"); in AccumulatorMergeTest()
H A Dsave_load2.cpp30 typedef typename acc_gen_type::named_acc_type acc_type; typedef
31 typedef typename acc_type::accumulator_type raw_accumulator_type;
32 typedef typename acc_type::result_type raw_result_type;
40 …static const bool is_mean_acc=is_same_accumulator<acc_type, alps::accumulators::MeanAccumulator>::…
41 …static const bool is_nobin_acc=is_same_accumulator<acc_type, alps::accumulators::NoBinningAccumula…
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dfetchandadd_tree.c24 MPI_Datatype acc_type, int nlevels, int *value);
32 MPI_Datatype get_type, acc_type; in main() local
115 MPI_Type_create_indexed_block(nlevels, 1, acc_idx, MPI_INT, &acc_type); in main()
117 MPI_Type_commit(&acc_type); in main()
126 Get_nextval_tree(win, get_array, get_type, acc_type, in main()
136 MPI_Type_free(&acc_type); in main()
151 MPI_Datatype acc_type, int nlevels, int *value) in Get_nextval_tree() argument
159 MPI_Accumulate(one, nlevels, MPI_INT, 0, 0, 1, acc_type, in Get_nextval_tree()
H A Dfetchandadd_tree_am.c25 MPI_Datatype acc_type, int nlevels, int *value);
33 MPI_Datatype get_type, acc_type; in main() local
127 MPI_Type_create_indexed_block(nlevels, 1, acc_idx, MPI_INT, &acc_type); in main()
129 MPI_Type_commit(&acc_type); in main()
138 Get_nextval_tree(win, get_array, get_type, acc_type, in main()
148 MPI_Type_free(&acc_type); in main()
163 MPI_Datatype acc_type, int nlevels, int *value) in Get_nextval_tree() argument
171 MPI_Accumulate(one, nlevels, MPI_INT, 0, 0, 1, acc_type, in Get_nextval_tree()
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dfetchandadd_tree.c24 MPI_Datatype acc_type, int nlevels, int *value);
32 MPI_Datatype get_type, acc_type; in main() local
113 MPI_Type_create_indexed_block(nlevels, 1, acc_idx, MPI_INT, &acc_type); in main()
115 MPI_Type_commit(&acc_type); in main()
124 Get_nextval_tree(win, get_array, get_type, acc_type, nlevels, counter_vals + i); in main()
133 MPI_Type_free(&acc_type); in main()
146 MPI_Datatype acc_type, int nlevels, int *value) in Get_nextval_tree() argument
155 MPI_Accumulate(one, nlevels, MPI_INT, 0, 0, 1, acc_type, MPI_SUM, win); in Get_nextval_tree()
H A Dfetchandadd_tree_am.c25 MPI_Datatype acc_type, int nlevels, int *value);
33 MPI_Datatype get_type, acc_type; in main() local
126 MPI_Type_create_indexed_block(nlevels, 1, acc_idx, MPI_INT, &acc_type); in main()
128 MPI_Type_commit(&acc_type); in main()
137 Get_nextval_tree(win, get_array, get_type, acc_type, nlevels, counter_vals + i); in main()
146 MPI_Type_free(&acc_type); in main()
159 MPI_Datatype acc_type, int nlevels, int *value) in Get_nextval_tree() argument
168 MPI_Accumulate(one, nlevels, MPI_INT, 0, 0, 1, acc_type, MPI_SUM, win); in Get_nextval_tree()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/matmul/
H A Dref_matmul.hpp40 impl::data_type_t acc_type = dst_type>
53 && desc()->accum_data_type == acc_type in init()
63 if (acc_type == f32) in init()
65 else if (acc_type == s32) in init()
84 return IMPLICATION(acc_type != data_type::s32, in attr_zero_points_ok()
103 typedef typename prec_traits<acc_type>::type acc_data_t;
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/include/gnuradio/filter/
H A Diir_filter.h81 template <class i_type, class o_type, class tap_type, class acc_type>
186 std::vector<acc_type> d_prev_output;
193 template <class i_type, class o_type, class tap_type, class acc_type>
194 o_type iir_filter<i_type, o_type, tap_type, acc_type>::filter(const i_type input) in filter()
196 acc_type acc; in filter()
231 template <class i_type, class o_type, class tap_type, class acc_type>
232 void iir_filter<i_type, o_type, tap_type, acc_type>::filter_n(o_type output[], in filter_n()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_reduction.cpp31 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
32 void ref_reduction_t<src_type, dst_type, acc_type>::init_acc( in init_acc()
55 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
56 void ref_reduction_t<src_type, dst_type, acc_type>::accumulate( in accumulate()
78 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
79 void ref_reduction_t<src_type, dst_type, acc_type>::finalize( in finalize()
101 template <data_type_t src_type, data_type_t dst_type, data_type_t acc_type>
102 status_t ref_reduction_t<src_type, dst_type, acc_type>::execute_ref( in execute_ref()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_ch/tests/
H A Dtest_onchange_l10n_ch_postal.py56 self.assertEqual(account.acc_type, 'postal')
69 self.assertEqual(account.acc_type, 'postal')
78 self.assertEqual(account.acc_type, 'iban')
88 self.assertEqual(account.acc_type, 'iban')
98 self.assertEqual(account.acc_type, 'iban')
108 self.assertEqual(account.acc_type, 'bank')
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/mm/
H A Dfault.c266 unsigned long acc_type; in do_page_fault() local
282 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
283 if (acc_type & VM_WRITE) in do_page_fault()
298 if ((vma->vm_flags & acc_type) != acc_type) in do_page_fault()
366 if ((vma->vm_flags & acc_type) != acc_type) { in do_page_fault()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/mm/
H A Dfault.c266 unsigned long acc_type; in do_page_fault() local
282 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
283 if (acc_type & VM_WRITE) in do_page_fault()
298 if ((vma->vm_flags & acc_type) != acc_type) in do_page_fault()
366 if ((vma->vm_flags & acc_type) != acc_type) { in do_page_fault()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/mm/
H A Dfault.c266 unsigned long acc_type; in do_page_fault() local
282 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
283 if (acc_type & VM_WRITE) in do_page_fault()
298 if ((vma->vm_flags & acc_type) != acc_type) in do_page_fault()
366 if ((vma->vm_flags & acc_type) != acc_type) { in do_page_fault()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/gemm/
H A Dgemm_with_post_ops.cpp63 use_reorder = dst_md(0)->data_type != desc()->acc_type; in init()
64 gemm_desc.c_desc.data_type = gemm_desc.acc_type; in init()
116 def_data_type(kernel_ctx, desc()->acc_type, "SRC"); in init_kernel_ctx()
118 kernel_ctx, is_int8 ? data_type::f32 : desc()->acc_type, "ACC"); in init_kernel_ctx()
123 def_data_type(kernel_ctx, desc()->acc_type, "SPAD"); in init_kernel_ctx()
142 types::data_type_size(desc()->acc_type)); in init_scratchpad()
157 tmp_md.data_type = pd()->desc()->acc_type; in execute()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/gemm/
H A Dgemm_with_post_ops.cpp58 use_reorder = dst_md(0)->data_type != desc()->acc_type; in init()
59 gemm_desc.c_desc.data_type = gemm_desc.acc_type; in init()
116 def_data_type(kernel_ctx, desc()->acc_type, "SRC"); in init_kernel_ctx()
118 kernel_ctx, is_int8 ? data_type::f32 : desc()->acc_type, "ACC"); in init_kernel_ctx()
120 def_data_type(kernel_ctx, desc()->acc_type, "SPAD"); in init_kernel_ctx()
139 types::data_type_size(desc()->acc_type)); in init_scratchpad()
154 tmp_md.data_type = pd()->desc()->acc_type; in execute()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/parser/
H A Dutils.py146 acc_type = None
162 acc_type = None
197 acc_type = 'value'
200 acc_type = 'selector'
202 add_token(token, acc_type)
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm.hpp74 && d->acc_type == d->c_type() in init()
110 && utils::one_of(d->acc_type, bf16, f32); in init()
115 && d->acc_type == d->c_type(); in init()
336 auto acc_type = c_type; in init_nocopy() local
338 if (acc_type == data_type::bf16) in init_nocopy()
339 acc_type = data_type::f32; in init_nocopy()
341 && acc_type == data_type::f16) in init_nocopy()
342 acc_type = data_type::f32; in init_nocopy()
356 d->b_type(), c_type, co_type, acc_type, pd()->eff_align_a(), in init_nocopy()

12345678