Home
last modified time | relevance | path

Searched refs:OH (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/libphonenumber/resources/geocoding/en/
D1.txt1604 1216229|Cleveland, OH
1605 1216231|Cleveland, OH
1606 1216241|Cleveland, OH
1607 1216249|Cleveland, OH
1608 1216251|Cleveland, OH
1609 1216252|Cleveland, OH
1610 1216261|Cleveland, OH
1611 1216265|Cleveland, OH
1612 1216267|Cleveland, OH
1613 1216268|Cleveland, OH
[all …]
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dconv2d.cl25 int OH = output_shape.y, OW = output_shape.z, CO_SLICES = output_shape.w; \
34 int OH_SLICES = UP_DIV(OH, BlockH); \
37 if (n >= N || oh >= OH || ow >= OW || co_slice >= CO_SLICES) { \
61 int n_oh0 = n * OH + oh0;
123 int n_oh0 = n * OH + oh0;
124 int n_oh1 = n * OH + oh1;
135 // no need to check oh1, finally write out will check (oh1 < OH)
187 if (oh1 < OH) {
189 } // end if (oh1 < OH)
192 if (oh1 < OH) {
[all …]
Dstrided_slice.cl23 int ON = output_shape.x, OH = output_shape.y, OW = output_shape.z, CO = output_shape.w;
28 int on = on_oh / OH;
29 int oh = on_oh % OH;
30 if (on >= ON || oh >= OH || ow >= OW || co_slice >= CO_SLICES) {
45 int idx = ((on * OH + oh) * OW + ow) * CO + co_slice * 4 + i;
Dpad.cl23 int ON = output_shape.x, OH = output_shape.y, OW = output_shape.z, CO = output_shape.w;
28 int on = on_oh / OH;
29 int oh = on_oh % OH;
30 if (on >= ON || oh >= OH || ow >= OW || co_slice >= CO_SLICES) {
/third_party/typescript/src/testRunner/
Drunner.ts29 return new CompilerBaselineRunner(CompilerTestType.OH);
33 return new FourSlashRunner(FourSlash.FourSlashTestType.OH);
163 runners.push(new CompilerBaselineRunner(CompilerTestType.OH));
175 runners.push(new FourSlashRunner(FourSlash.FourSlashTestType.OH));
213 runners.push(new CompilerBaselineRunner(CompilerTestType.OH));
218 runners.push(new FourSlashRunner(FourSlash.FourSlashTestType.OH));
DfourslashRunner.ts13 case FourSlash.FourSlashTestType.OH:
DcompilerRunner.ts6 OH
32 else if (testType === CompilerTestType.OH) {
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Darithmetic_self.cc70 uint32_t OH = 1, OW = 1, OC = 1; in SetGlobalLocal() local
73 OH = output_shape[0] * output_shape[1]; in SetGlobalLocal()
78 OH = output_shape[0]; in SetGlobalLocal()
84 global_size_ = {OH, OW, OC}; in SetGlobalLocal()
Dconcat.cc174 OH = out_shape_.s[0] * out_shape_.s[1]; in SetGlobalLocal()
176 global_size_ = {OH, OW, 1}; in SetGlobalLocal()
179 OH = out_shape_.s[0] * out_shape_.s[1]; in SetGlobalLocal()
182 global_size_ = {OH, OW, OC}; in SetGlobalLocal()
Dlayer_norm.cc112 size_t OH = 1, OW = 1, OC = 1; in SetGlobalLocal() local
113 OH = in_shape_.s[0] * in_shape_.s[1]; in SetGlobalLocal()
117 global_size_ = {OH, OW, OC}; in SetGlobalLocal()
121 …AlignMeanVarGlobalLocal({static_cast<int>(OH), static_cast<int>(OW), 1}, {1, 1, 1}, &global_mean_v… in SetGlobalLocal()
Dprelu.h41 uint32_t OH = {1}; variable
Dsplit.h51 uint32_t OH = {1}; variable
Dconcat.h40 uint32_t OH = {1}; variable
Dpower.cc111 uint32_t OH = out_shape_.s[0] * out_shape_.s[1]; in SetGlobalLocal() local
114 std::vector<size_t> global_size_ = {OH, OW, OC}; in SetGlobalLocal()
Dprelu.cc125 OH = out_shape_.s[0] * out_shape_.s[1]; in SetGlobalLocal()
128 std::vector<size_t> global = {OH, OW, OC}; in SetGlobalLocal()
Dsplit.cc228 OH = in_shape_.s[0] * in_shape_.s[1]; in SetGlobalLocal()
233 global_size_ = {OH, OW, OC}; in SetGlobalLocal()
Dconv2d.cc614 int OH = output_shape.size() == 2 ? 1 : output_shape[1]; in UseWinograd4x4To6x6() local
619 int TILE_HW_ = UP_DIV(OH, 4) * UP_DIV(OW, 4); in UseWinograd4x4To6x6()
628 shape_valid = batch_size == 1 && IH == OH && IW == OW; in UseWinograd4x4To6x6()
630 shape_valid = batch_size == 1 && IH - 2 == OH && IW - 2 == OW; in UseWinograd4x4To6x6()
Dsparse_to_dense.cc170 size_t OH = n_ * h_; in SetGlobalLocal() local
172 global_size_ = {OH, OW}; in SetGlobalLocal()
Dbatchnorm.cc97 uint32_t OH = output_shape.at(1); in SetGlobalLocal() local
103 global_size_ = {OH, OW, OC}; in SetGlobalLocal()
/third_party/grpc/test/core/http/request_corpus/
Dcce734f1b263de6994f7950e0df7bf0c81449f701 JHTT/21. 200 HTTPHTTP/1.1 80� OH/1OKH.0 200 OKH
/third_party/grpc/test/core/http/response_corpus/
Dcce734f1b263de6994f7950e0df7bf0c81449f701 JHTT/21. 200 HTTPHTTP/1.1 80� OH/1OKH.0 200 OKH
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dtinyseg.js1OH:-1378},this.BC2__={AA:-3267,AI:2744,AN:-878,HH:-4070,HM:-1711,HN:4012,HO:3761,IA:1327,IH:-1184,… property
/third_party/icu/icu4c/source/data/unidata/
DconfusablesWholeScript.txt234 0585 ; Armn; Arab; L # (օ) ARMENIAN SMALL LETTER OH
246 0585 ; Armn; Cyrl; L # (օ) ARMENIAN SMALL LETTER OH
252 0585 ; Armn; Deva; L # (օ) ARMENIAN SMALL LETTER OH
258 0585 ; Armn; Geor; L # (օ) ARMENIAN SMALL LETTER OH
267 0585 ; Armn; Grek; L # (օ) ARMENIAN SMALL LETTER OH
273 0585 ; Armn; Gujr; L # (օ) ARMENIAN SMALL LETTER OH
279 0585 ; Armn; Guru; L # (օ) ARMENIAN SMALL LETTER OH
285 0585 ; Armn; Hebr; L # (օ) ARMENIAN SMALL LETTER OH
291 0585 ; Armn; Knda; L # (օ) ARMENIAN SMALL LETTER OH
297 0585 ; Armn; Laoo; L # (օ) ARMENIAN SMALL LETTER OH
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DconfusablesWholeScript.txt234 0585 ; Armn; Arab; L # (օ) ARMENIAN SMALL LETTER OH
246 0585 ; Armn; Cyrl; L # (օ) ARMENIAN SMALL LETTER OH
252 0585 ; Armn; Deva; L # (օ) ARMENIAN SMALL LETTER OH
258 0585 ; Armn; Geor; L # (օ) ARMENIAN SMALL LETTER OH
267 0585 ; Armn; Grek; L # (օ) ARMENIAN SMALL LETTER OH
273 0585 ; Armn; Gujr; L # (օ) ARMENIAN SMALL LETTER OH
279 0585 ; Armn; Guru; L # (օ) ARMENIAN SMALL LETTER OH
285 0585 ; Armn; Hebr; L # (օ) ARMENIAN SMALL LETTER OH
291 0585 ; Armn; Knda; L # (օ) ARMENIAN SMALL LETTER OH
297 0585 ; Armn; Laoo; L # (օ) ARMENIAN SMALL LETTER OH
[all …]
/third_party/skia/third_party/externals/icu/source/data/unidata/
DconfusablesWholeScript.txt234 0585 ; Armn; Arab; L # (օ) ARMENIAN SMALL LETTER OH
246 0585 ; Armn; Cyrl; L # (օ) ARMENIAN SMALL LETTER OH
252 0585 ; Armn; Deva; L # (օ) ARMENIAN SMALL LETTER OH
258 0585 ; Armn; Geor; L # (օ) ARMENIAN SMALL LETTER OH
267 0585 ; Armn; Grek; L # (օ) ARMENIAN SMALL LETTER OH
273 0585 ; Armn; Gujr; L # (օ) ARMENIAN SMALL LETTER OH
279 0585 ; Armn; Guru; L # (օ) ARMENIAN SMALL LETTER OH
285 0585 ; Armn; Hebr; L # (օ) ARMENIAN SMALL LETTER OH
291 0585 ; Armn; Knda; L # (օ) ARMENIAN SMALL LETTER OH
297 0585 ; Armn; Laoo; L # (օ) ARMENIAN SMALL LETTER OH
[all …]

1234