/external/clang/unittests/Lex/ |
D | HeaderMapTest.cpp | 168 FileMaker<FileTy> Maker(File); in TEST() local 169 auto a = Maker.addString("a"); in TEST() 170 auto b = Maker.addString("b"); in TEST() 171 auto c = Maker.addString("c"); in TEST() 172 Maker.addBucket(getHash("a"), a, b, c); in TEST() 198 FileMaker<FileTy> Maker(File); in TEST() local 199 auto a = Maker.addString("a"); in TEST() 200 auto b = Maker.addString("b"); in TEST() 201 auto c = Maker.addString("c"); in TEST() 202 Maker.addBucket(getHash("a"), a, b, c); in TEST() [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/examples/modify/model_maker/ |
D | index.md | 1 # TensorFlow Lite Model Maker 5 The TensorFlow Lite Model Maker library simplifies the process of training a 11 The Model Maker library currently supports the following ML tasks. Click the 34 Model Maker allows you to train a TensorFlow Lite model using custom datasets in 61 There are two ways to install Model Maker. 83 TensorFlow Lite Model Maker depends on TensorFlow 90 You can find out Model Maker's public APIs in
|
D | audio_classification.ipynb | 39 "# Transfer Learning for the Audio Domain with TensorFlow Lite Model Maker\n", 68 …"In this colab notebook, you'll learn how to use the [TensorFlow Lite Model Maker](https://www.ten… 70 …"The Model Maker library uses transfer learning to simplify the process of training a TensorFlow L… 104 "## Import TensorFlow, Model Maker and other libraries\n", 106 …"Among the dependencies that are needed, you'll use TensorFlow and Model Maker. Aside those, the o… 134 "print(f\"Model Maker Version: {mm.__version__}\")" 274 …"When using Model Maker for audio, you have to start with a model spec. This is the base model tha… 280 "You don't need to do any resampling yourself. Model Maker takes care of that for you.\n", 313 …"Model Maker has the API to load the data from a folder and have it in the expected format for the… 412 "Model Maker already creates the confusion matrix for you." [all …]
|
D | object_detection.ipynb | 40 "# Object Detection with TensorFlow Lite Model Maker" 71 …"In this colab notebook, you'll learn how to use the [TensorFlow Lite Model Maker](https://www.ten… 73 …"The Model Maker library uses *transfer learning* to simplify the process of training a TensorFlow… 111 …"Start by installing the required packages, including the Model Maker package from the [GitHub rep… 199 …ent](https://cloud.google.com/storage/docs/authentication#libauth), Model Maker can read those fil… 201 …ep your images on Google Cloud to use Model Maker. You can use a local path in your CSV file and M… 260 …"Model Maker will take input data in the CSV format. Use the `object_detector.DataLoader.from_csv`… 266 …our images on Google Cloud to use Model Maker. You can specify a local CSV file on your computer, … 669 …"The Model Maker library also supports the `object_detector.DataLoader.from_pascal_voc` method to … 730 …"The `create` function is the driver function that the Model Maker library uses to create models. … [all …]
|
D | text_classification.ipynb | 40 "# Text classification with TensorFlow Lite Model Maker" 71 …"The [TensorFlow Lite Model Maker library](https://www.tensorflow.org/lite/models/modify/model_mak… 73 …"This notebook shows an end-to-end example that utilizes the Model Maker library to illustrate the… 92 …"To run this example, install the required packages, including the Model Maker package from the [G… 248 …"Model Maker also supports other model architectures such as [BERT](https://arxiv.org/abs/1810.048… 259 …"Model Maker can take input data in the CSV format. We will load the training and test dataset wit… 391 …epresents a specific model for the text classifier. TensorFlow Lite Model Maker currently supports… 467 …"The Model Maker library also supports the `from_folder()` method to load data. It assumes that th… 626 …"The `create` function is the driver function that the Model Maker library uses to create models. … 842 …Maker library applies a default post-training quantization techique when exporting the model. If y… [all …]
|
D | question_answer.ipynb | 40 "# BERT Question Answer with TensorFlow Lite Model Maker" 71 …"The [TensorFlow Lite Model Maker library](https://www.tensorflow.org/lite/models/modify/model_mak… 73 …"This notebook shows an end-to-end example that utilizes the Model Maker library to illustrate the… 164 …"To run this example, install the required packages, including the Model Maker package from the [G… 225 …"Each `model_spec` object represents a specific model for question answer. The Model Maker current… 255 …is tutorial, you will use a subset of this dataset to learn how to use the Model Maker library.\n", 587 …Maker library applies a default post-training quantization techique when exporting the model. If y… 611 …"* TensorFlow Lite Model Maker [guide](https://www.tensorflow.org/lite/models/modify/model_maker… 621 "name": "Model Maker Question Answer Tutorial",
|
D | speech_recognition.ipynb | 40 "# Retrain a speech recognition model with TensorFlow Lite Model Maker\n" 73 …Maker](https://www.tensorflow.org/lite/models/modify/model_maker) to train a speech recognition mo… 99 …"You'll need TensorFlow, TFLite Model Maker, and some modules for audio manipulation, playback, an… 140 "print(f\"Model Maker Version: {mm.__version__}\")" 163 …n expects input data to be roughly one second of audio at 44.1 kHz. Model Maker perfoms automatic … 496 …"When using Model Maker to retrain any model, you have to start by defining a model spec. The spec… 500 …"You don't need to do any resampling with your training dataset. Model Maker takes care of that fo… 531 …"Now you need to load your dataset according to the model specifications. Model Maker includes the… 613 …"Now we'll use the Model Maker [`create()`](https://www.tensorflow.org/lite/api_docs/python/tflite… 715 …"When exporting a `.tflite` file from Model Maker, it includes [model metadata](https://www.tensor…
|
D | image_classification.ipynb | 40 "# Image classification with TensorFlow Lite Model Maker" 74 …"The [TensorFlow Lite Model Maker library](https://www.tensorflow.org/lite/models/modify/model_mak… 76 …"This notebook shows an end-to-end example that utilizes this Model Maker library to illustrate th… 87 …mple, we first need to install several required packages, including Model Maker package that in Gi… 152 …s simple end-to-end example. Hundreds of images is a good start for Model Maker while more data co… 678 …Maker library applies a default post-training quantization techique when exporting the model. If y… 903 …"* TensorFlow Lite Model Maker [guide](https://www.tensorflow.org/lite/models/modify/model_maker… 914 "name": "Model Maker Image Classification Tutorial",
|
D | text_searcher.ipynb | 39 "# Text Searcher with TensorFlow Lite Model Maker" 73 …"In this colab notebook, you can learn how to use the [TensorFlow Lite Model Maker](https://www.te… 129 …"Start by installing the required packages, including the Model Maker package from the [GitHub rep… 350 …"Model Maker takes the text dataset and the corresponding metadata of each text string (such as ur… 528 …"* TensorFlow Lite Model Maker [guide](https://www.tensorflow.org/lite/models/modify/model_maker… 538 "name": "Model Maker Text Searcher Tutorial",
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | XLikelySubtags.java | 40 static abstract class Maker { class in XLikelySubtags 52 static final Maker HASHMAP = new Maker() { 60 static final Maker TREEMAP = new Maker() { 157 Maker maker = Maker.TREEMAP; in init() 274 Map<String, Map<String, LSR>> scriptTable = Maker.TREEMAP.getSubtable(langTable, language); in set() 275 Map<String, LSR> regionTable = Maker.TREEMAP.getSubtable(scriptTable, script); in set()
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypedBlock.java | 43 TypedBlock[] blocks = (TypedBlock[])new Maker().make(minfo); in makeBlocks() 117 public static class Maker extends BasicBlock.Maker { class in TypedBlock
|
/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
D | model_maker_audio_classification.ipynb | 39 "# Transfer Learning for the Audio Domain with TensorFlow Lite Model Maker\n", 68 …"In this colab notebook, you'll learn how to use the [TensorFlow Lite Model Maker](https://www.ten… 70 …"The Model Maker library uses transfer learning to simplify the process of training a TensorFlow L… 85 "Model Maker for the Audio domain needs TensorFlow 2.5 to work." 105 "## Import TensorFlow, Model Maker and other libraries\n", 107 …"Among the dependencies that are needed, you'll use TensorFlow and Model Maker. Aside those, the o… 135 "print(f\"Model Maker Version: {mm.__version__}\")" 275 …"When using Model Maker for audio, you have to start with a model spec. This is the base model tha… 281 "You don't need to do any resampling yourself. Model Maker takes care of that for you.\n", 314 …"Model Maker has the API to load the data from a folder and have it in the expected format for the… [all …]
|
D | model_maker_object_detection.ipynb | 40 "# Object Detection with TensorFlow Lite Model Maker" 71 …"In this colab notebook, you'll learn how to use the [TensorFlow Lite Model Maker](https://www.ten… 73 …"The Model Maker library uses *transfer learning* to simplify the process of training a TensorFlow… 111 …"Start by installing the required packages, including the Model Maker package from the [GitHub rep… 195 …ent](https://cloud.google.com/storage/docs/authentication#libauth), Model Maker can read those fil… 197 …ep your images on Google Cloud to use Model Maker. You can use a local path in your CSV file and M… 256 …"Model Maker will take input data in the CSV format. Use the `object_detector.DataLoader.from_csv`… 262 …our images on Google Cloud to use Model Maker. You can specify a local CSV file on your computer, … 676 …"The Model Maker library also supports the `object_detector.DataLoader.from_pascal_voc` method to … 737 …"The `create` function is the driver function that the Model Maker library uses to create models. … [all …]
|
/external/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 267 class Maker : public PassMaker { in MakeMaker() class 269 explicit Maker(int window) : PassMaker{window} {} in MakeMaker() function in __anond8ee68cb0211::GaussPass::MakeMaker::Maker 289 return alloc->make<Maker>(window); in MakeMaker() 529 class Maker : public PassMaker { in MakeMaker() class 531 explicit Maker(int window) : PassMaker{window} {} in MakeMaker() function in __anond8ee68cb0211::TentPass::MakeMaker::Maker 549 return alloc->make<Maker>(tentWindow); in MakeMaker()
|
/external/tensorflow/tensorflow/lite/g3doc/api_docs/ |
D | index.md | 15 * [TensorFlow Lite Model Maker Python API reference](https://tensorflow.org/lite/api_docs/python/…
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | bert_nl_classifier.md | 24 …[TensorFlow Lite Model Maker for text Classfication](https://www.tensorflow.org/lite/models/modify… 127 model from Model Maker.
|
D | bert_question_answerer.md | 21 …[TensorFlow Lite Model Maker for BERT Question Answer](https://www.tensorflow.org/lite/models/modi…
|
/external/skia/gm/ |
D | patheffects.cpp | 247 typedef SkPath (*Maker)(); typedef 248 const Maker makers[] = {
|
/external/libcups/locale/ |
D | cups.strings | 1819 // TRANSLATORS: Booklet Maker 1820 "finishing-template.booklet-maker" = "Booklet Maker"; 2141 // TRANSLATORS: Booklet Maker 2142 "finishings.13" = "Booklet Maker"; 4970 // TRANSLATORS: Envelope Maker Added 4971 "printer-state-reasons.make-envelope-added" = "Envelope Maker Added"; 4972 // TRANSLATORS: Envelope Maker Almost Empty 4973 "printer-state-reasons.make-envelope-almost-empty" = "Envelope Maker Almost Empty"; 4974 // TRANSLATORS: Envelope Maker Almost Full 4975 "printer-state-reasons.make-envelope-almost-full" = "Envelope Maker Almost Full"; [all …]
|
D | cups_en.po | 6091 #. TRANSLATORS: Booklet Maker 6093 msgstr "Booklet Maker" 6735 #. TRANSLATORS: Booklet Maker 6737 msgstr "Booklet Maker" 12775 #. TRANSLATORS: Envelope Maker Added 12777 msgstr "Envelope Maker Added" 12779 #. TRANSLATORS: Envelope Maker Almost Empty 12781 msgstr "Envelope Maker Almost Empty" 12783 #. TRANSLATORS: Envelope Maker Almost Full 12785 msgstr "Envelope Maker Almost Full" [all …]
|
D | cups_cs.po | 5807 #. TRANSLATORS: Booklet Maker 6451 #. TRANSLATORS: Booklet Maker 12467 #. TRANSLATORS: Envelope Maker Added 12471 #. TRANSLATORS: Envelope Maker Almost Empty 12475 #. TRANSLATORS: Envelope Maker Almost Full 12479 #. TRANSLATORS: Envelope Maker At Limit 12483 #. TRANSLATORS: Envelope Maker Closed 12487 #. TRANSLATORS: Envelope Maker Configuration Change 12491 #. TRANSLATORS: Envelope Maker Cover Closed 12495 #. TRANSLATORS: Envelope Maker Cover Open [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/examples/audio_classification/ |
D | overview.md | 21 [TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker/audio_class… 125 [TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker/audio_class…
|
/external/tensorflow/tensorflow/lite/g3doc/android/tutorials/ |
D | text_classification.md | 34 [Text classification with TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modif… 44 [Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker/text_classification) 155 [Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker/text_classification). 478 …[Text classification with TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modi…
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | roadmap.md | 36 * **Model Maker**
|
/external/tensorflow/tensorflow/lite/g3doc/examples/text_classification/ |
D | overview.md | 8 [TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker/text_classi…
|