Home
last modified time | relevance | path

Searched refs:interpretation (Results 1 – 25 of 205) 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.cc235 for (const DatetimeParsedData& interpretation : interpretations) { in Ground() local
237 interpretation.GetDatetimeComponents(&date_components); in Ground()
244 interpretation, reference_time_ms_utc, reference_timezone, in Ground()
Dregex-parser.cc378 for (const DatetimeParsedData& interpretation : interpretations) { in ExtractDatetime() local
380 interpretation.GetDatetimeComponents(&date_components); in ExtractDatetime()
390 interpretation, reference_time_ms_utc, reference_timezone, in ExtractDatetime()
/external/curl/docs/cmdline-opts/
Ddata-raw.d10 interpretation of the @ character.
Ddata.d15 --data-raw is almost the same but does not have a special interpretation of
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Darm64-packed-unwind.s1 ## Check interpretation of the packed unwind info format.
/external/llvm-project/llvm/test/DebugInfo/MIR/X86/
Ddbgcall-site-interpretation.mir35 # Check that call site interpretation analysis can interpret instructions such
38 # interpretation for RDX register since its loaded value is call clobberable.
41 ; ModuleID = 'dbgcall-site-interpretation.c'
42 source_filename = "dbgcall-site-interpretation.c"
95 !1 = !DIFile(filename: "dbgcall-site-interpretation.c", directory: "/dir")
Ddbgcall-site-lea-interpretation.mir37 ; ModuleID = 'dbgcall-site-lea-interpretation.ll'
38 source_filename = "dbgcall-site-lea-interpretation.c"
72 !1 = !DIFile(filename: "dbgcall-site-lea-interpretation.c", directory: "/dir")
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dnull-ptr-is-valid.ll16 ; FIXME: The interpretation of nonnull assumes a 0 pointer value, so
/external/python/cpython3/Doc/library/
Dshelve.rst26 has the same interpretation as the *flag* parameter of :func:`dbm.open`.
144 interpretation as for the :class:`Shelf` class.
152 optional *flag* parameter has the same interpretation as for the :func:`.open`
154 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/llvm-project/llvm/test/DebugInfo/MIR/ARM/
Ddbgcall-site-interpretation.mir33 ; ModuleID = 'dbgcall-site-interpretation.c'
34 source_filename = "dbgcall-site-interpretation.c"
90 !1 = !DIFile(filename: "dbgcall-site-interpretation.c", directory: "/")
/external/tensorflow/tensorflow/core/api_def/base_api/
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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-string-compare.rst13 recommended to avoid the risk of incorrect interpretation of the return value
/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/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/angle/doc/
DES31StatusOnD3D11.md27 …n image variable must exactly match the format of the image unit. Re-interpretation is not support…
/external/mesa3d/docs/gallium/
Dformat.rst18 Format suffixes affect the interpretation of the channel:
/external/ply/ply/example/BASIC/
DREADME24 and interpretation of instructions.
/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

123456789