/external/libtextclassifier/native/utils/container/ |
D | string-set.h | 28 struct Match { struct 29 Match() {} in Match() argument 30 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() function 39 std::vector<Match>* matches) const = 0; argument
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
D | double_array_trie.h | 41 struct Match { struct 42 Match() {} in Match() function 43 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() function 47 bool operator==(const Match& m) const { argument
|
/external/licenseclassifier/v2/ |
D | classifier.go | 29 type Match struct { struct 30 Name string 31 Confidence float64 32 MatchType string 33 Variant string 34 StartLine int 35 EndLine int 36 StartTokenIndex int 37 EndTokenIndex int 321 func (c *Classifier) Match(in []byte) Results { func [all …]
|
/external/pytorch/torch/csrc/jit/ir/ |
D | subgraph_matcher.h | 18 struct Match { struct 28 * `struct Match`). argument
|
/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | lib.rs | 239 pub struct Match { struct 254 impl Match { implementation 295 fn increment(&self, by: usize) -> Match { in increment() 300 fn from_span(id: usize, start: usize, end: usize) -> Match { in from_span()
|
D | automaton.rs | 143 ) -> Option<Match>; in get_match() 191 ) -> Option<Match> { in standard_find_at() 216 ) -> Option<Match> { in standard_find_at_imp() 276 ) -> Option<Match> { in leftmost_find_at() 301 ) -> Option<Match> { in leftmost_find_at_imp() 376 ) -> Option<Match> { in leftmost_find_at_no_state() 399 ) -> Option<Match> { in leftmost_find_at_no_state_imp() 482 ) -> Option<Match> { in overlapping_find_at() 518 ) -> Option<Match> { in earliest_find_at() 540 ) -> Option<Match> { in find_at() [all …]
|
/external/pytorch/torch/_inductor/fx_passes/ |
D | split_cat.py | 156 match: Match, 212 def normalize_split_default(match: Match, *args, **kwargs): 224 def remove_split_with_size_one(match: Match, *args, **kwargs): 262 def normalize_unbind_default(match: Match, *args, **kwargs): 298 def normalize_cat_default(match: Match, *args, **kwargs): 359 def normalize_stack_default(match: Match, *args, **kwargs): 404 def normalize_squeeze_default(match: Match, *args, **kwargs): 443 def normalize_reshape_default(match: Match, *args, **kwargs): 509 match: Match, 1186 match: Match, split_input: torch.fx.Node, split_sizes: List[int], dim: int [all …]
|
D | decompose_mem_bound_mm.py | 83 def print_decompose_pattern(match: Match, inputs: List[torch.fx.Node]): 99 def decompose_bmm(match: Match, mat1: torch.fx.Node, mat2: torch.fx.Node): 118 match: Match, 141 match: Match,
|
D | efficient_conv_bn_eval.py | 150 def efficient_conv_bn_eval_graph_transform_inlined(match: Match, *args, **kwargs): 241 def efficient_conv_bn_eval_graph_transform_decomposed(match: Match, *args, **kwargs): 336 def efficient_conv_bn_eval_graph_transform(match: Match, *args, **kwargs):
|
D | quantization.py | 56 def _get_pattern_output_dtype(match: Match): 316 def qconv(match: Match, *args, **kwargs): 403 def qlinear(match: Match, *args, **kwargs): 461 def qlinear_binary(match: Match, *args, **kwargs): 633 def qconv_binary(match: Match, *args, **kwargs): 1241 def qmaxpool2d(match: Match, *args, **kwargs): 1380 def qcat(match: Match, inputs, dim, **kwargs): 1421 def qreshape(match: Match, *args, **kwargs): 1470 def woq(match: Match, *args, **kwargs): 1630 def dequant_promotion(match: Match, *args, **kwargs): [all …]
|
D | post_grad.py | 209 def is_valid_mm_plus_mm(match: Match): 275 match: Match, shape, background_val, dtype, dim, selector, val 316 def mm_plus_mm(match: Match, mat1, mat2, mat3, mat4): 396 def uint4x2_mixed_mm(match: Match, mat1, mat2, mat2_mm_shape, mat2_dtype): 419 def mixed_mm(match: Match, mat1, mat2, mat2_dtype): 441 def pointless_cumsum_replacement(match: Match, shape, fill_value, device, dtype, dim): 814 def _(match: Match, *args, **kwargs): 836 def _(match: Match, *args, **kwargs): 856 def _(match: Match, *args, **kwargs): 998 def unfuse_bias_add_to_pointwise(match: Match, mat1, mat2, *, inp): [all …]
|
D | joint_graph.py | 491 def fix_iota_device(match: Match, length, start, step, dtype, device, requires_grad): 544 def pointless_convert(match: Match, arg, dtype1: torch.dtype, dtype2: torch.dtype): 562 def pointless_view(match: Match, arg, size): 643 def mul_softmax_pattern(match: Match, *, inp, other, dim, keepdim, dtype=None): 670 def div_softmax_pattern(match: Match, *, inp, other, dim, keepdim, dtype=None):
|
/external/python/cpython3/Lib/tomllib/ |
D | _re.py | 52 def match_to_datetime(match: re.Match) -> datetime | date: 98 def match_to_localtime(match: re.Match) -> time: 104 def match_to_number(match: re.Match, parse_float: ParseFloat) -> Any:
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/ |
D | generic.rs | 26 pub(crate) struct Match { struct 32 impl Match { argument 118 ) -> Option<Match> { in find() 153 ) -> Option<Match> { in find_one() 188 ) -> Option<Match> { in find() 216 ) -> Option<Match> { in find_one() 245 ) -> Option<Match> { in find() 276 ) -> Option<Match> { in find_one() 312 ) -> Option<Match> { in find() 350 ) -> Option<Match> { in find_one() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/ |
D | generic.rs | 26 pub(crate) struct Match { struct 32 impl Match { argument 118 ) -> Option<Match> { in find() 153 ) -> Option<Match> { in find_one() 188 ) -> Option<Match> { in find() 216 ) -> Option<Match> { in find_one() 245 ) -> Option<Match> { in find() 276 ) -> Option<Match> { in find_one() 312 ) -> Option<Match> { in find() 350 ) -> Option<Match> { in find_one() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 36 for (const StringMatcher::StringPair *Match : Matches) in FindFirstNonCommonLetter() local 79 for (const StringPair *Match : Matches) in EmitStringMatcherForChar() local 138 for (const StringPair &Match : Matches) in Emit() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | iter.rs | 378 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in advance() 427 ) -> Result<Option<Match>, MatchError> in try_advance() 429 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in try_advance() 542 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in into_matches_iter() 671 m: Match, in handle_overlapping_empty_match() 673 ) -> Result<Option<Match>, MatchError> in handle_overlapping_empty_match() 675 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in handle_overlapping_empty_match() 849 fn next(&mut self) -> Option<Result<Match, MatchError>> { in next() 902 fn next(&mut self) -> Option<Match> { in next()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | iter.rs | 378 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in advance() 427 ) -> Result<Option<Match>, MatchError> in try_advance() 429 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in try_advance() 542 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in into_matches_iter() 671 m: Match, in handle_overlapping_empty_match() 673 ) -> Result<Option<Match>, MatchError> in handle_overlapping_empty_match() 675 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in handle_overlapping_empty_match() 849 fn next(&mut self) -> Option<Result<Match, MatchError>> { in next() 902 fn next(&mut self) -> Option<Match> { in next()
|
/external/skia/src/core/ |
D | SkRecordOpts.cpp | 53 Match; typedef 126 Match; typedef 160 typedef Pattern<Is<SaveLayer>, IsSingleDraw, Is<Restore>> Match; typedef 218 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
|
/external/rust/android-crates-io/crates/matchit/src/ |
D | router.rs | 109 pub struct Match<'k, 'v, V> { struct 111 pub value: V, 113 pub params: Params<'k, 'v>,
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
D | automaton.rs | 357 ) -> Result<Option<Match>, MatchError> { in try_find() 501 F: FnMut(&Match, &str, &mut String) -> bool, in try_replace_all_with() 538 F: FnMut(&Match, &[u8], &mut Vec<u8>) -> bool, in try_replace_all_with_bytes() 618 F: FnMut(&Match, &[u8], &mut W) -> std::io::Result<()>, in try_stream_replace_all_with() 824 pub fn get_match(&self) -> Option<Match> { in get_match() 876 fn search(&self) -> Option<Match> { in search() 912 mut m: Match, in handle_overlapping_empty_match() 913 ) -> Option<Match> { in handle_overlapping_empty_match() 927 fn next(&mut self) -> Option<Match> { in next() 964 fn next(&mut self) -> Option<Match> { in next() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
D | automaton.rs | 357 ) -> Result<Option<Match>, MatchError> { in try_find() 501 F: FnMut(&Match, &str, &mut String) -> bool, in try_replace_all_with() 538 F: FnMut(&Match, &[u8], &mut Vec<u8>) -> bool, in try_replace_all_with_bytes() 618 F: FnMut(&Match, &[u8], &mut W) -> std::io::Result<()>, in try_stream_replace_all_with() 824 pub fn get_match(&self) -> Option<Match> { in get_match() 876 fn search(&self) -> Option<Match> { in search() 912 mut m: Match, in handle_overlapping_empty_match() 913 ) -> Option<Match> { in handle_overlapping_empty_match() 927 fn next(&mut self) -> Option<Match> { in next() 964 fn next(&mut self) -> Option<Match> { in next() [all …]
|
/external/rust/android-crates-io/crates/aho-corasick/src/packed/teddy/ |
D | runtime.rs | 108 ) -> Option<Match> { in find_at() 212 ) -> Option<Match> { in verify128() 244 ) -> Option<Match> { in verify256() 277 ) -> Option<Match> { in verify_fat256() 337 ) -> Option<Match> { in verify64() 364 ) -> Option<Match> { in verify_bucket() 376 ) -> Match { in verify_bucket() 439 ) -> Option<Match> { in find_at() 489 ) -> Option<Match> { in find_at() 539 ) -> Option<Match> { in find_at() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
D | search.rs | 825 pub struct Match { struct 832 impl Match { impl 857 pub fn new<S: Into<Span>>(pattern: PatternID, span: S) -> Match { in new() 891 pub fn must<S: Into<Span>>(pattern: usize, span: S) -> Match { in must() 955 pub fn offset(&self, offset: usize) -> Match { in offset() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
D | search.rs | 825 pub struct Match { struct 832 impl Match { argument 857 pub fn new<S: Into<Span>>(pattern: PatternID, span: S) -> Match { in new() 891 pub fn must<S: Into<Span>>(pattern: usize, span: S) -> Match { in must() 955 pub fn offset(&self, offset: usize) -> Match { in offset() method
|