/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | gru_fp32.c | 97 float *gate = buffer[1]; in GruUnidirectional() local 101 float *gate_loop = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size_ * i; in GruUnidirectional() 106 float *update_gate = gate; in GruUnidirectional() 107 float *reset_gate = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size_; in GruUnidirectional() 108 …float *hidden_buffer = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size_ * … in GruUnidirectional()
|
D | lstm_fp32.c | 235 float *gate = buffer[1]; in LstmUnidirectional() local 239 …float *gate_loop = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_ * i; in LstmUnidirectional() 245 float *input_gate = gate; in LstmUnidirectional() 246 …float *forget_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_ *… in LstmUnidirectional() 247 …float *cell_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_ * 3; in LstmUnidirectional() 248 float *output_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_; in LstmUnidirectional()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | lstm_fp16.c | 186 float16_t *gate = gate_buffer + row * col * i; in UpdateLstmGateFp16() local 187 LstmMatMulFp16(gate, input, weight_i, bias_i, row, deep, col, is_vec); in UpdateLstmGateFp16() 249 float16_t *gate = buffer[1]; in LstmUnidirectionalFp16() local 253 …float16_t *gate_loop = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_… in LstmUnidirectionalFp16() 259 float16_t *input_gate = gate; in LstmUnidirectionalFp16() 260 …float16_t *forget_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_siz… in LstmUnidirectionalFp16() 261 …float16_t *cell_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_size_… in LstmUnidirectionalFp16() 262 …float16_t *output_gate = gate + lstm_param->seq_len_ * lstm_param->batch_ * lstm_param->hidden_siz… in LstmUnidirectionalFp16()
|
D | gru_fp16.c | 93 float16_t *gate = buffer[1]; in GruUnidirectionalFp16() local 97 …float16_t *gate_loop = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size_ * … in GruUnidirectionalFp16() 102 float16_t *update_gate = gate; in GruUnidirectionalFp16() 103 float16_t *reset_gate = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size_; in GruUnidirectionalFp16() 104 …float16_t *hidden_buffer = gate + gru_param->seq_len_ * gru_param->batch_ * gru_param->hidden_size… in GruUnidirectionalFp16()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | lstm_fp32.cc | 352 float *gate = buffer_[input_gate_index]; in LstmUnidirectional() local 356 gate_loop_ = gate + lstm_param_->seq_len_ * lstm_param_->batch_ * lstm_param_->hidden_size_ * i; in LstmUnidirectional() 363 float *input_gate = gate; in LstmUnidirectional() 364 …float *forget_gate = gate + lstm_param_->seq_len_ * lstm_param_->batch_ * lstm_param_->hidden_size… in LstmUnidirectional() 365 …float *cell_gate = gate + lstm_param_->seq_len_ * lstm_param_->batch_ * lstm_param_->hidden_size_ … in LstmUnidirectional() 366 …float *output_gate = gate + lstm_param_->seq_len_ * lstm_param_->batch_ * lstm_param_->hidden_size… in LstmUnidirectional()
|
/third_party/toybox/toys/net/ |
D | netstat.c | 278 unsigned dest, gate, mask; in display_routes() local 294 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) in display_routes() 307 if (gate) { in display_routes() 308 if (inet_ntop(AF_INET, &gate, out, 16)) gateip = out; in display_routes()
|
/third_party/toybox/toys/pending/ |
D | route.c | 133 unsigned long dest, gate, mask; in display_routes() local 145 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11) in display_routes() 154 if (!gate && !(toys.optflags & FLAG_n)) strcpy( gateip, "*"); in display_routes() 155 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet"); in display_routes()
|
/third_party/ffmpeg/libavfilter/ |
D | af_agate.c | 141 static void gate(AudioGateContext *s, in gate() function 237 gate(s, src, dst, src, in->nb_samples, in filter_frame() 325 gate(s, (double *)in[0]->data[0], dst, in activate()
|
/third_party/libunwind/ |
D | TODO | 59 way as the (user-level) gate.S sigreturn path does!
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.1.rst | 159 - megadriver_stub.c: don't use \_GNU_SOURCE to gate the compat code
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUnknownFieldSetTest.m | 400 // Some tests directly on fields since the dictionary in FieldSet can gate
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 862 圦>'[(kokuji) water gate]'; 863 #"圦>'[(kokuji) water gate]'", 5708 門>'[gate]'; 5732 閻>'[village gate]'; 5739 闍>'[tower over city gate]';
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-ko.euc-kr.po | 6707 msgid "AND gate" 6729 msgid "NAND gate" 6734 msgid "NOR gate" 6743 msgid "OR gate" 6753 msgid "XOR gate" 8745 #~ msgid "A Nand gate" 8749 #~ msgid "A Xor gate" 8753 #~ msgid "An And gate"
|
D | mm-ko.ascii.pot | 6331 msgid "AND gate" 6351 msgid "NAND gate" 6355 msgid "NOR gate" 6363 msgid "OR gate" 6371 msgid "XOR gate"
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | 2drvb10.txt | 4629 68:13. They that sat in the gate spoke against me: and they that drank 8179 117:20. This is the gate of the Lord, the just shall enter into it. 9022 shall not be confounded when he shall speak to his enemies in the gate. 12134 oppress the needy in the gate: 12284 24:7. Wisdom is too high for a fool; in the gate he shall not open his 14432 Hesebon, which are in the gate of the daughter of the multitude. Thy 22952 14:31. Howl, O gate; cry, O city: all Philistia is thrown down: for a 23422 horsemen shall place themselves in the gate. 23926 strength to them that return out of the battle to the gate. 24125 in the gate, and declined in vain from the just. [all …]
|
D | nvsbl10.txt | 1953 the gate-posts, produced a short clay pipe, and prepared to fill 2139 the gate, not a dozen yards away were Mr. Hall and Teddy Henfrey 2803 yelped and ran under a gate, and as they still wondered 5229 from Lord Burdock's lodge gate. Everything points to a desperate 5481 gate. A little breeze seemed to ripple over the grass. Something 5570 road gate. Adye lay on the lawn near the gate. The blinds of all 5769 gate to the front of the house, and so into the hill-road. And Mr. 5774 he passed the staircase window, he heard the side gate slam.
|
D | ulyss10.txt | 2148 The lions couchant on the pillars as he passed out through the gate: 2158 --Yes, sir, Stephen said, turning back at the gate. 2193 adiaphane. If you can put your five fingers through it it is a gate, if 2929 come to a city gate, sentry there, old ranker too, old Tweedy's big 4274 eyed the horseshoe poster over the gate of college park: cyclist doubled 4396 aunt or whatever she is that will open her eye as wide as a gate. I'll 6746 cold in the park. The gate was open. 6829 gate. 7974 Up with her on the car: wishswish. Stonewall or fivebarred gate 9053 out my welcome. Sure to know someone on the gate. [all …]
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | plrabn12.txt | 1599 Fast by Hell-gate and kept the fatal key, 1620 T' whom thus the Portress of Hell-gate replied:-- 1747 And, towards the gate rolling her bestial train, 2443 The work as of a kingly palace-gate, 2453 And waking cried, This is the gate of Heaven. 2479 That scaled by steps of gold to Heaven-gate, 2625 At wisdom's gate, and to simplicity 2864 One gate there only was, and that looked east 3228 Against the eastern gate of Paradise 3265 See far and wide: In at this gate none pass [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | common.jam | 672 # Cheesy gate to prevent multiple invocations on same dir.
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 851 闗 < a\-frontier\-pass\-or\-gate\-to\-shut\-or\-close; 2115 楣 < crossbeam\-above\-or\-under\-gate; 3301 城關 < area\-outside\-a\-city\-gate; 4661 闍 < tower\-over\-city\-gate; 6769 闠 < gate\-of\-a\-market; 7498 城樓 < city\-gate\-tower; 8073 阊 < gate\-of\-heaven; 9624 阎 < village\-gate; 9973 碶 < a\-flood\-gate; 12249 圦 < water\-gate; [all …]
|
/third_party/mindspore/tests/ut/data/dataset/test_sentencepiece/ |
D | botchan.txt | 154 One certain evening I hid myself behind a folding-gate of the fence and 537 previous day, so turning two or three corners, I came to the front gate. 538 From the gate to the entrance the walk was paved with granite. When I 542 entered this gate. Some of them were taller than I and looked much 668 entered the gate. The mistress of the hotel who was sitting at the 2426 end of the town, one sees a large gate to the left. Opposite the gate 2428 with houses with red curtains. A tenderloin inside a temple gate is an 2432 entrance, near the gate, is the place where I ate dango and committed
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 601 The result is a much more "natural" sounding crusher which doesn't gate low 1498 A gate is mainly used to reduce lower parts of a signal. This kind of signal 3590 A noise gate for when the noise is at a lower level than the signal: 3596 Here is another noise gate, this time for when the noise is at a higher level 3657 Hard noise gate at -35 dB: 5334 A sidechain gate acts like a normal (wideband) gate but has the ability to 5336 Normally a gate uses the full range signal to detect a level above the 5339 the gate will decrease the volume of your track only if not enough highs
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 4797 gate 5868 ##gate
|
/third_party/e2fsprogs/debian/ |
D | changelog | 3435 * Filter out linux-gate.so, which is a pseudo entry for the 32->64bit
|
/third_party/NuttX/ |
D | ReleaseNotes | 7027 Add system system calls to support the user call gate to the shared 7111 - Kernel Build: (1) Add implementations of system call gate. (2) Add 8637 into call gate logic. Some additional errors had crept as well since
|