Home
last modified time | relevance | path

Searched refs:num_acc (Results 1 – 25 of 75) sorted by relevance

123

/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/utils/metrics/
H A Drcnn.py29 num_acc = mx.nd.sum((pred_label == rpn_label) * rpn_weight)
31 self.sum_metric += num_acc.asscalar()
74 num_acc = mx.nd.sum(pred_label == rcnn_label)
76 self.sum_metric += num_acc.asscalar()
124 num_acc = mx.nd.sum((pred_label == label) * rcnn_mask_weight)
126 self.sum_metric += num_acc.asscalar()
150 num_acc = mx.nd.sum((pred_label == label) * label)
152 self.sum_metric += num_acc.asscalar()
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/customext/
H A Ddummy_rocc.cc14 if (insn.rs2 >= num_acc) in custom0()
43 static const int num_acc = 4; member in dummy_rocc_t
44 reg_t acc[num_acc];
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dhoa.cc367 unsigned num_acc = aut->num_sets(); in print_hoa() local
376 os << "acc-name: generalized-Buchi " << num_acc; in print_hoa()
386 os << "acc-name: generalized-co-Buchi " << num_acc; in print_hoa()
433 << num_acc << nl; in print_hoa()
438 os << "Acceptance: " << num_acc << ' '; in print_hoa()
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dhoa.cc367 unsigned num_acc = aut->num_sets(); in print_hoa() local
376 os << "acc-name: generalized-Buchi " << num_acc; in print_hoa()
386 os << "acc-name: generalized-co-Buchi " << num_acc; in print_hoa()
433 << num_acc << nl; in print_hoa()
438 os << "Acceptance: " << num_acc << ' '; in print_hoa()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/ron-0.6.1/src/
H A Dparse.rs125 let mut num_acc = T::from_u8(0); in any_integer() localVariable
132 if num_acc.checked_mul_ext(base) { in any_integer()
142 if f(&mut num_acc, digit) { in any_integer()
147 Ok(num_acc) in any_integer()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp143 int num_acc =0; in BOOST_AUTO_TEST_CASE() local
151 num_acc ++; in BOOST_AUTO_TEST_CASE()
154 BOOST_REQUIRE_EQUAL(1 , num_acc); in BOOST_AUTO_TEST_CASE()
H A Dseqdb_unit_test.cpp4242 int num_acc =0; in BOOST_AUTO_TEST_CASE() local
4250 num_acc ++; in BOOST_AUTO_TEST_CASE()
4253 BOOST_REQUIRE_EQUAL(1 , num_acc); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp143 int num_acc =0; in BOOST_AUTO_TEST_CASE() local
151 num_acc ++; in BOOST_AUTO_TEST_CASE()
154 BOOST_REQUIRE_EQUAL(1 , num_acc); in BOOST_AUTO_TEST_CASE()
H A Dseqdb_unit_test.cpp4241 int num_acc =0; in BOOST_AUTO_TEST_CASE() local
4249 num_acc ++; in BOOST_AUTO_TEST_CASE()
4252 BOOST_REQUIRE_EQUAL(1 , num_acc); in BOOST_AUTO_TEST_CASE()
/dports/www/firefox/firefox-99.0/third_party/rust/ron/src/
H A Dparse.rs196 let mut num_acc = T::from_u8(0); in any_integer() localVariable
203 if num_acc.checked_mul_ext(base) { in any_integer()
213 if f(&mut num_acc, digit) { in any_integer()
218 Ok(num_acc) in any_integer()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ron/src/
H A Dparse.rs189 let mut num_acc = T::from_u8(0); in any_integer() localVariable
196 if num_acc.checked_mul_ext(base) { in any_integer()
206 if f(&mut num_acc, digit) { in any_integer()
211 Ok(num_acc) in any_integer()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ron/src/
H A Dparse.rs189 let mut num_acc = T::from_u8(0); in any_integer() localVariable
196 if num_acc.checked_mul_ext(base) { in any_integer()
206 if f(&mut num_acc, digit) { in any_integer()
211 Ok(num_acc) in any_integer()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/matmul/
H A Dbrgemm_matmul_copy_utils.cpp139 const int num_acc = utils::saturate(1, (int)num_comp_acc, num_k_iters); in copy_K_loop() local
142 for (int i = 0; i < num_acc; i++) { in copy_K_loop()
150 const auto zmm_comp_acc = get_zmm_comp_acc(k_idx % num_acc); in copy_K_loop()
211 reduce_compensation_across_accumulators(num_acc); in copy_K_loop()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/matmul/
H A Dbrgemm_matmul_copy_utils.cpp139 const int num_acc = utils::saturate(1, (int)num_comp_acc, num_k_iters); in copy_K_loop() local
142 for (int i = 0; i < num_acc; i++) { in copy_K_loop()
150 const auto zmm_comp_acc = get_zmm_comp_acc(k_idx % num_acc); in copy_K_loop()
211 reduce_compensation_across_accumulators(num_acc); in copy_K_loop()
/dports/games/openttd/openttd-12.1/src/
H A Dstation_cmd.cpp634 uint num_acc = 0; in UpdateStationAcceptance() local
640 if (!HasBit(old_acc, i) && num_acc < lengthof(accepts)) { in UpdateStationAcceptance()
642 accepts[num_acc++] = i; in UpdateStationAcceptance()
653 if (num_acc > 0) ShowRejectOrAcceptNews(st, num_acc, accepts, accept_msg[num_acc - 1]); in UpdateStationAcceptance()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.h3213 unsigned int num_acc; member
/dports/lang/gcc9/gcc-9.4.0/gcc/config/mips/
H A Dmips.h3269 unsigned int num_acc; member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.h3213 unsigned int num_acc; member
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dmips.h3246 unsigned int num_acc; member
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dmips.h3152 unsigned int num_acc; member
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/mips/
H A Dmips.h3247 unsigned int num_acc; member
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/mips/
H A Dmips.h3246 unsigned int num_acc; member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/mips/
H A Dmips.h3265 unsigned int num_acc; member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.h3213 unsigned int num_acc; member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.h3213 unsigned int num_acc; member

123