/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 76 Train enumerator 196 if (parser[(int)Key.Train].ThereIs) in Main2() 197 train = (string)parser[(int)Key.Train].PostStrings[0]; in Main2() 330 if (!decoder.Train(trainStream)) in Main2()
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzOutWindow.cs | 39 public bool Train(System.IO.Stream stream) in Train() method in SevenZip.Compression.LZ.OutWindow
|
/external/tensorflow/tensorflow/lite/examples/experimental_new_converter/ |
D | keras_lstm.ipynb | 101 "## Step 2: Train & Evaluate the model.\n", 122 "# Train with a small dataset and only 1 epoch. The model will work poorly\n",
|
D | Keras_LSTM_fusion_Codelab.ipynb | 111 "# Step 2: Train & Evaluate the model.\n", 130 "# Train with a small dataset and only 1 epoch. The model will work poorly\n",
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/ |
D | train_magic_wand_model.ipynb | 10 "# Train a gesture recognition model for microcontroller use" 227 "name": "Train a gesture recognition model for microcontroller use",
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 367 public bool Train(System.IO.Stream stream) in Train() method in SevenZip.Compression.LZMA.Decoder 370 return m_OutWindow.Train(stream); in Train()
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/ |
D | README.md | 23 Train the model in the cloud using Google Colaboratory or locally using a
|
D | train_hello_world_model.ipynb | 23 "# Train a Simple TensorFlow Lite for Microcontrollers model\n", 337 "plt.plot(x_train, y_train, 'b.', label=\"Train\")\n", 415 "### 2. Train the Model\n", 436 "# Train the model on our training data while validating on our validation set\n", 1751 "### 2. Train the Model ###\n", 1766 "# Train the model\n",
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | README.md | 53 Train the model in the cloud using Google Colaboratory or locally using a 200 3. Train a model by following the instructions in the [`train_micro_speech_model.ipynb`](train_micr…
|
D | train_micro_speech_model.ipynb | 25 "# Train a Simple Audio Recognition Model"
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_quant.ipynb | 142 "### Train a TensorFlow model" 171 "# Train the digit classification model\n",
|
D | post_training_integer_quant_16x8.ipynb | 148 "### Train and export the model" 177 "# Train the digit classification model\n",
|
D | post_training_float16_quant.ipynb | 132 "### Train and export the model" 161 "# Train the digit classification model\n",
|
D | post_training_integer_quant.ipynb | 162 "# Train the digit classification model\n",
|
/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/ |
D | get_started.md | 19 1. [Train a model](#train-a-model) (in Python): A jupyter notebook to train, 48 ## Train a model
|
D | index.md | 75 1. **Train a model**:
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/ |
D | jit_compile.ipynb | 195 "# Train and test the model"
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | README.md | 18 - [Train your own model](#train-your-own-model) 490 ## Train your own model
|
/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
D | model_maker_question_answer.ipynb | 325 …"2. Train the question answer model. The default epochs and the default batch size are set accordi… 499 "2. Train the question answer model.\n",
|
D | model_maker_text_classification.ipynb | 678 "Train the new model."
|
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/ |
D | README.md | 146 * [2014 COCO Train/Val annotations](http://images.cocodataset.org/annotations/annotations_trainva…
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | get_started.md | 64 ### Train a custom model
|
D | ops_custom.md | 67 # Train model
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
D | TensorFlow_NumPy_Text_Generation.ipynb | 777 "## Train the model"
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|