Searched refs:options_type (Results 1 – 12 of 12) sorted by relevance
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/ |
D | tokenizer_utils.cc | 64 switch (tokenizer_process_unit->options_type()) { in CreateTokenizerFromProcessUnit() 114 tokenizer_process_unit->options_type()), in CreateTokenizerFromProcessUnit()
|
/external/tflite-support/tensorflow_lite_support/codegen/ |
D | metadata_helper.cc | 83 if (process_uint->options_type() == in FindNormalizationUnit()
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/ |
D | nl_classifier.cc | 95 if (tokenizer_process_unit->options_type() != in CreateRegexTokenizerFromProcessUnit() 100 "Incorrect options_type:", tokenizer_process_unit->options_type(), in CreateRegexTokenizerFromProcessUnit()
|
/external/tflite-support/tensorflow_lite_support/metadata/cc/ |
D | metadata_version.cc | 179 tflite::ProcessUnitOptions process_unit_type = table->options_type(); in UpdateMinimumVersionForTable()
|
D | metadata_extractor.cc | 143 if (process_unit->options_type() == type) { in FindFirstProcessUnit()
|
/external/rust/crates/protobuf-parse/src/pure/convert/ |
D | option_resolver.rs | 345 options_type: &MessageDescriptor, in custom_option_ext_step() 351 let field = self.ext_resolve_field(scope, options_type, option_name)?; in custom_option_ext_step()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6431 #define SET_OPTIONS(target, desc_type, options_type, proto) \ argument 6434 char* pb = google_protobuf_##options_type##_serialize( \ 6437 target = google_protobuf_##options_type##_parse(pb, size, ctx->arena); \ 6440 target = (const google_protobuf_##options_type*)opt_default; \
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6431 #define SET_OPTIONS(target, desc_type, options_type, proto) \ argument 6434 char* pb = google_protobuf_##options_type##_serialize( \ 6437 target = google_protobuf_##options_type##_parse(pb, size, ctx->arena); \ 6440 target = (const google_protobuf_##options_type*)opt_default; \
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6726 #define SET_OPTIONS(target, desc_type, options_type, proto) \ argument 6729 char* pb = google_protobuf_##options_type##_serialize( \ 6732 target = google_protobuf_##options_type##_parse(pb, size, ctx->arena); \ 6735 target = (const google_protobuf_##options_type*)opt_default; \
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6726 #define SET_OPTIONS(target, desc_type, options_type, proto) \ argument 6729 char* pb = google_protobuf_##options_type##_serialize( \ 6732 target = google_protobuf_##options_type##_parse(pb, size, ctx->arena); \ 6735 target = (const google_protobuf_##options_type*)opt_default; \
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 1922 struct options_type struct in abigail::dwarf_reader::read_context 1930 options_type() in options_type() argument 2137 options_type options_;
|
/external/libabigail/ |
D | ChangeLog | 1530 (read_context::options_type::ignore_symbol_table): Likewise. 1531 (read_context::options_type): Adjust. 14420 * abg-dwarf-reader.cc (read_context::options_type): Define new 14431 read_context:options_type.
|