Home
last modified time | relevance | path

Searched refs:options_type (Results 1 – 12 of 12) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dtokenizer_utils.cc64 switch (tokenizer_process_unit->options_type()) { in CreateTokenizerFromProcessUnit()
114 tokenizer_process_unit->options_type()), in CreateTokenizerFromProcessUnit()
/external/tflite-support/tensorflow_lite_support/codegen/
Dmetadata_helper.cc83 if (process_uint->options_type() == in FindNormalizationUnit()
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc95 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/
Dmetadata_version.cc179 tflite::ProcessUnitOptions process_unit_type = table->options_type(); in UpdateMinimumVersionForTable()
Dmetadata_extractor.cc143 if (process_unit->options_type() == type) { in FindFirstProcessUnit()
/external/rust/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs345 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/
Druby-upb.c6431 #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/
Druby-upb.c6431 #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/
Dphp-upb.c6726 #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/
Dphp-upb.c6726 #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/
Dabg-dwarf-reader.cc1922 struct options_type struct in abigail::dwarf_reader::read_context
1930 options_type() in options_type() argument
2137 options_type options_;
/external/libabigail/
DChangeLog1530 (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.