Home
last modified time | relevance | path

Searched refs:interpretation (Results 1 – 25 of 203) sorted by relevance

123456789

/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc118 const GrammarModel_::RuleClassificationResult* interpretation, in InstantiateAnnotatedSpanFromDerivation() argument
120 result->span = MatchSelectionBoundaries(parse_tree, interpretation); in InstantiateAnnotatedSpanFromDerivation()
123 input_context, parse_tree, interpretation, &classification)) { in InstantiateAnnotatedSpanFromDerivation()
134 const GrammarModel_::RuleClassificationResult* interpretation, in InstantiateClassificationFromDerivation() argument
136 classification->collection = interpretation->collection_name()->str(); in InstantiateClassificationFromDerivation()
137 classification->score = interpretation->target_classification_score(); in InstantiateClassificationFromDerivation()
138 classification->priority_score = interpretation->priority_score(); in InstantiateClassificationFromDerivation()
146 if (interpretation->serialized_entity_data() != nullptr) { in InstantiateClassificationFromDerivation()
148 StringPiece(interpretation->serialized_entity_data()->data(), in InstantiateClassificationFromDerivation()
149 interpretation->serialized_entity_data()->size())); in InstantiateClassificationFromDerivation()
[all …]
Dgrammar-annotator.h70 const GrammarModel_::RuleClassificationResult* interpretation,
77 const GrammarModel_::RuleClassificationResult* interpretation,
/external/mesa3d/docs/
DARB_color_buffer_float.txt2 …ooth enabled may write incorrect values to the fixed point buffers (depends on spec interpretation)
3 …e fog application regardless of the fragment clamping setting (this depends on spec interpretation)
/external/libtextclassifier/native/annotator/datetime/
Ddatetime-grounder.cc236 for (const DatetimeParsedData& interpretation : interpretations) { in Ground() local
238 interpretation.GetDatetimeComponents(&date_components); in Ground()
245 interpretation, reference_time_ms_utc, reference_timezone, in Ground()
Dregex-parser.cc379 for (const DatetimeParsedData& interpretation : interpretations) { in ExtractDatetime() local
381 interpretation.GetDatetimeComponents(&date_components); in ExtractDatetime()
391 interpretation, reference_time_ms_utc, reference_timezone, in ExtractDatetime()
/external/curl/docs/cmdline-opts/
Ddata.d19 --data-raw is almost the same but does not have a special interpretation of
34 interpretation use --data-raw instead.
Ddata-raw.d12 interpretation of the @ character.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Erf.pbtxt3 …for non-negative values of $x$, the error function has the following interpretation: for a random …
Dapi_def_Requantize.pbtxt58 interpretation of the `input` data. For example, if `input_min` is -1.0f and
Dapi_def_QuantizeDownAndShrinkRange.pbtxt45 interpretation of the 'input' data. For example, if input_min is -1.0f and
/external/rust/crates/semver/
DREADME.md56 The `semver` crate is specifically intended to implement Cargo's interpretation
59 Where the various tools differ in their interpretation or implementation of the
/external/python/cpython3/Doc/library/
Dshelve.rst26 has the same interpretation as the *flag* parameter of :func:`dbm.open`.
157 interpretation as for the :class:`Shelf` class.
165 optional *flag* parameter has the same interpretation as for the :func:`.open`
167 interpretation as for the :class:`Shelf` class.
/external/python/cpython2/Doc/library/
Dshelve.rst27 has the same interpretation as the *flag* parameter of :func:`anydbm.open`.
135 the same interpretation as for the :class:`Shelf` class.
143 optional *flag* parameter has the same interpretation as for the :func:`.open`
145 interpretation as for the :class:`Shelf` class.
Dbsddb.rst59 interpretation.
70 Consult the Berkeley DB documentation for their use and interpretation.
81 Consult the Berkeley DB documentation for their use and interpretation.
/external/pigweed/pw_thread_embos/
Dsnapshot.cc59 #warning embOS thread state interpretation logic is not verfied as working on this version of embOS in CaptureThreadState()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationCorrections.txt18 # typo in the data, and not a matter of dubious interpretation.
/external/icu/icu4c/source/data/unidata/
DNormalizationCorrections.txt18 # typo in the data, and not a matter of dubious interpretation.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DNormalizationCorrections.txt18 # typo in the data, and not a matter of dubious interpretation.
/external/angle/doc/
DES31StatusOnD3D11.md27 …n image variable must exactly match the format of the image unit. Re-interpretation is not support…
/external/bazel-skylib/
Dbzl_library.bzl22 "interpretation of the srcs",
/external/mesa3d/docs/gallium/
Dformat.rst18 Format suffixes affect the interpretation of the channel:
/external/deqp/doc/testspecs/GLES31/
Dfunctional.image_load_store.txt34 + Format re-interpretation cases
106 The format re-interpretation cases are similar to the above-described
/external/ply/ply/example/BASIC/
DREADME24 and interpretation of instructions.
/external/libabigail/
DABIXML-FORMAT-VERSIONS50 This occured in libabigail 2.0. The interpretation of
/external/mesa3d/docs/relnotes/
D10.0.2.rst117 - mesa: fix interpretation of glClearBuffer(drawbuffer)

123456789