HomeSort by relevance Sort by last modified time
    Searched refs:recognition (Results 1 - 23 of 23) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
creg-2.s 1 ! Test recognition of predefined control register names specified as crN
creg-1.s 1 ! Test recognition of predefined control register names, lower and upper
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
MultiBoxTracker.java 34 import org.tensorflow.demo.Classifier.Recognition;
142 for (final TrackedRecognition recognition : trackedObjects) {
143 final ObjectTracker.TrackedObject trackedObject = recognition.trackedObject;
158 final List<Recognition> results, final byte[] frame, final long timestamp) {
176 for (final TrackedRecognition recognition : trackedObjects) {
179 ? recognition.trackedObject.getTrackedPositionInPreviewFrame()
180 : new RectF(recognition.location);
183 boxPaint.setColor(recognition.color);
189 !TextUtils.isEmpty(recognition.title)
190 ? String.format("%s %.2f", recognition.title, recognition.detectionConfidence
    [all...]
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 39 ### 5.4.2\. Capture for Voice Recognition
51 * SHOULD record the voice recognition audio stream with approximately flat
54 * SHOULD record the voice recognition audio stream with input sensitivity set
57 * SHOULD record the voice recognition audio stream so that the PCM amplitude
60 * SHOULD record the voice recognition audio stream with total harmonic
65 suppression (reduction) technologies tuned for speech recognition, they:
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 29 to keep going or you do not upon token recognition error. If you do not
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 6 For the hotword, speaker-id and automatic speech recognition sample models, the
55 The acoustic model for automatic speech recognition is the neural network model
66 The language model for automatic speech recognition is the neural network model
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
error.rb 81 # ANTLR generates code that throws exceptions upon recognition error and
87 # In general, the recognition exceptions can track where in a grammar a
99 recognition process. These errors all typically concern an expectation built in
383 A recognizer must choose between multiple possible recognition paths based
385 the input does not suit any of the possible recognition alternatives.
390 within parentheses. When recognition code enters a rule method (or a subrule
streams.rb 52 recognition process so the input state may be restored back to a prior state.
55 designed to be used by recognizers for a specific recognition task. Most of the
286 One of the main advantages of ANTLR-based recognition is the token
342 A StringStream's purpose is to wrap the basic, naked text input of a recognition
361 non-ASCII encoding. However, encoding-savvy recognition code is a future
    [all...]
recognizers.rb 179 much of the shared functionality and structure used in the recognition process.
189 * prediction and recognition strategy
408 # When a recognition error occurs, this method is the main
    [all...]
tree.rb 61 recognition.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
brokw-3.s 6 ; Take the opportunity to (rudimentally) test case-recognition,
pushpop.s 8 ; Check that there is no recognition of invalid offsets.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 139 /** Report a recognition problem.
278 /** Get number of recognition errors (lexer, parser, tree parser). Each
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 313 resized_input_tensor: The input node of the recognition graph.
322 # Then run it through the recognition network.
420 resized_input_tensor: The input node of the recognition graph.
479 resized_input_tensor: The input node of the recognition graph.
525 resized_input_tensor: The input node of the recognition graph.
590 resized_input_tensor: The input node of the recognition graph.
693 input_std: How much to divide the pixel values by before recognition.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 66 // It has a separate type for easy recognition.
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 49 // Predefined mode bits to control recognition of tokens. For instance,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 66 // It has a separate type for easy recognition.
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 49 // Predefined mode bits to control recognition of tokens. For instance,
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 281 /// to keep going or you do not upon token recognition error. If you do not
737 /// Report a recognition problem.
    [all...]
  /external/brotli/js/
decode.min.js     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 496 milliseconds