| /external/google-styleguide/docguide/ |
| D | style.md | 1 # Markdown style guide 3 Much of what makes Markdown great is the ability to write plain text, and get 5 your Markdown should be simple and consistent with the whole corpus wherever 11 2. *Markdown files are maintainable over time and across teams.* 16 1. [Document layout](#document-layout) 17 1. [Character line limit](#character-line-limit) 18 1. [Trailing whitespace](#trailing-whitespace) 20 1. [ATX-style headings](#atx-style-headings) 21 1. [Add spacing to headings](#add-spacing-to-headings) 23 1. [Use lazy numbering for long lists](#use-lazy-numbering-for-long-lists) [all …]
|
| /external/dokka/core/src/main/kotlin/Markdown/ |
| D | MarkdownProcessor.kt | 3 import org.intellij.markdown.IElementType in <lambda>() 4 import org.intellij.markdown.MarkdownElementTypes in <lambda>() 5 import org.intellij.markdown.ast.ASTNode in <lambda>() 6 import org.intellij.markdown.ast.LeafASTNode in <lambda>() 7 import org.intellij.markdown.ast.getTextInNode in <lambda>() 8 import org.intellij.markdown.flavours.commonmark.CommonMarkFlavourDescriptor in <lambda>() 9 import org.intellij.markdown.parser.MarkdownParser in <lambda>() 11 class MarkdownNode(val node: ASTNode, val parent: MarkdownNode?, val markdown: String) { in <lambda>() constant in org.jetbrains.dokka.MarkdownNode 12 val children: List<MarkdownNode> = node.children.map { MarkdownNode(it, this, markdown) } in <lambda>() 14 val text: String get() = node.getTextInNode(markdown).toString() in <lambda>() [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/performance/ |
| D | post_training_integer_quant.ipynb | 4 "cell_type": "markdown", 6 "id": "_DDaAex5Q7u-" 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 40 "# Post-training integer quantization" 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ant.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 73 …-bit floating-point numbers (such as weights and activation outputs) to the nearest 8-bit fixed-po… [all …]
|
| D | post_training_integer_quant_16x8.ipynb | 4 "cell_type": "markdown", 6 "id": "c8Cx-rUMVX25" 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 40 "# Post-training integer quantization with int16 activations" 44 "cell_type": "markdown", 46 "id": "CGuqeuPSVNo-" 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …6x8.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", [all …]
|
| D | post_training_float16_quant.ipynb | 4 "cell_type": "markdown", 6 "id": "c8Cx-rUMVX25" 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 40 "# Post-training float16 quantization" 44 "cell_type": "markdown", 46 "id": "CGuqeuPSVNo-" 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ant.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", [all …]
|
| D | post_training_quant.ipynb | 4 "cell_type": "markdown", 6 "id": "_-GR0EDHM1SO" 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 40 "# Post-training dynamic range quantization" 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ant.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 69 "cell_type": "markdown", 81 "2. Mixing of floating-point kernels with quantized kernels for different parts\n", [all …]
|
| D | quantization_debugger.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 46 "id": "XLoHL19yb-a0" 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ger.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 69 "cell_type": "markdown", 74 "Although full-integer quantization provides improved model size and latency, the\n", 75 "quantized model won't always work as expected. It's usually expected for the\n", [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/examples/modify/model_maker/ |
| D | image_classification.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 69 "cell_type": "markdown", 71 "id": "m86-Nh4pMHqY" 74 …pting and converting a TensorFlow neural-network model to particular input data when deploying thi… 76 …notebook shows an end-to-end example that utilizes this Model Maker library to illustrate the adap… [all …]
|
| D | text_classification.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 68 "id": "sr3q-gvm3cI8" 71 …a TensorFlow model to particular input data when deploying this model for on-device ML application… 73 …otebook shows an end-to-end example that utilizes the Model Maker library to illustrate the adapta… [all …]
|
| D | question_answer.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …wer.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 68 "id": "sr3q-gvm3cI8" 71 …a TensorFlow model to particular input data when deploying this model for on-device ML application… 73 …otebook shows an end-to-end example that utilizes the Model Maker library to illustrate the adapta… [all …]
|
| D | speech_recognition.ipynb | 4 "cell_type": "markdown", 17 "id": "sKrlWr6Kh-mF" 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 67 "cell_type": "markdown", 73 … recognition model that can classify spoken words or short phrases using one-second sound samples.… 75 …-models/tree/master/speech-commands#speech-command-recognizer)) using a subset of words from the [… [all …]
|
| D | audio_classification.ipynb | 4 "cell_type": "markdown", 16 "id": "sKrlWr6Kh-mF" 24 "# https://www.apache.org/licenses/LICENSE-2.0\n", 34 "cell_type": "markdown", 41 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 49 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 62 "cell_type": "markdown", 72 …It is part of the [Codelab to Customize an Audio model and deploy on Android](https://codelabs.dev… 78 "cell_type": "markdown", 94 "!sudo apt -y install libportaudio2\n", [all …]
|
| D | text_searcher.ipynb | 4 "cell_type": "markdown", 24 "# https://www.apache.org/licenses/LICENSE-2.0\n", 34 "cell_type": "markdown", 43 "cell_type": "markdown", 48 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 56 …her.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 62 …" \u003ca href=\"https://tfhub.dev/google/universal-sentence-encoder-lite/2\"\u003e\u003cimg sr… 68 "cell_type": "markdown", 73 …itle, or other text entry identifiers. After building this, you can deploy it onto devices (e.g. A… 79 "cell_type": "markdown", [all …]
|
| D | object_detection.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 68 "id": "sr3q-gvm3cI8" 84 …"The dataset contains the bounding-boxes specifying where each object locates, together with the o… 90 …003cimg src=\"https://cloud.google.com/vision/automl/object-detection/docs/images/quickstart-prepa… [all …]
|
| /external/freetype/docs/ |
| D | DOCGUIDE | 2 ------------ 4 Documentation is an extremely important part of any project, and it 5 helps a lot if it uses consistent syntax and layout. 18 ----------------------- 21 sections relevant to it. The chapter details and sections contained 25 Sections may contain sub-sections which consist of properties, 30 -------------- 48 ----------- 59 ------------- 73 cross-referencing. [all …]
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
| D | TensorFlow_NumPy_Text_Generation.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n", 57 …xt_generation.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s… 66 "cell_type": "markdown", 71 …-based RNN. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's [The Unrea… 95 … no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, it is no sin it should be dea… 112 …"* The model is character-based. When training started, the model did not know how to spell an Eng… [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
| D | model_maker_audio_classification.ipynb | 4 "cell_type": "markdown", 16 "id": "sKrlWr6Kh-mF" 24 "# https://www.apache.org/licenses/LICENSE-2.0\n", 34 "cell_type": "markdown", 41 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 49 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 62 "cell_type": "markdown", 72 …It is part of the [Codelab to Customize an Audio model and deploy on Android](https://codelabs.dev… 78 "cell_type": "markdown", 96 "! pip install tflite-model-maker tensorflow==2.5" [all …]
|
| D | model_maker_object_detection.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ion.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 68 "id": "sr3q-gvm3cI8" 84 …"The dataset contains the bounding-boxes specifying where each object locates, together with the o… 90 …003cimg src=\"https://cloud.google.com/vision/automl/object-detection/docs/images/quickstart-prepa… [all …]
|
| /external/rappor/ |
| D | build.sh | 9 # cpp-client: Build the C++ client 10 # doc: build docs with Markdown 15 set -o nounset 16 set -o pipefail 17 set -o errexit 28 run-markdown() { 29 local md=`which markdown || echo "cat"` 31 # Markdown is output unstyled; make it a little more readable. 36 <meta charset="UTF-8"> 39 pre { margin-left: 3em; } [all …]
|
| /external/cronet/net/tools/net_docs/ |
| D | net_docs.py | 3 # Use of this source code is governed by a BSD-style license that can be 7 """Reads, parses, and (optionally) writes as HTML the contents of Markdown 9 stored as Markdown in the source tree to a human-readable format.""" 24 # so "import markdown" can find it in src/third_party/markdown. 29 import markdown 58 # Markdown files, perhaps? 64 """Processes a list of Markdown documentation files. 68 not specified, simply ensures the files exist and contain valid Markdown. 72 Markdown files to parse and possibly render. 75 output_pathname: The output directory into which rendered Markdown files [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | authoring.ipynb | 4 "cell_type": "markdown", 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 35 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ing.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 66 "cell_type": "markdown", 75 "cell_type": "markdown", 95 "cell_type": "markdown", 102 …ou want to use your TF model on devices, you need to convert it to a TFLite model to use it from T… [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/models/convert/ |
| D | metadata_writer_tutorial.ipynb | 4 "cell_type": "markdown", 6 "id": "Mq-riZs-TJGt" 24 "# https://www.apache.org/licenses/LICENSE-2.0\n", 34 "cell_type": "markdown", 44 "cell_type": "markdown", 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …ial.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV… 67 "cell_type": "markdown", 72 …iption format. It contains rich semantics for general model information, inputs/outputs, and assoc… 79 …"TensorFlow Lite Metadata Writer API provides an easy-to-use API to create Model Metadata for popu… [all …]
|
| /external/dokka/core/src/main/kotlin/Formats/ |
| D | KotlinWebsiteFormatService.kt | 27 to.append("<div class='api-docs-breadcrumbs'>") in appendBreadcrumbs() 33 override fun appendCode(body: () -> Unit) = wrapIfNotEmpty("<code>", "</code>", body) in appendCode() 35 override fun appendStrikethrough(body: () -> Unit) = wrapInTag("s", body) in appendCode() 37 …Builder, cssClass: String, otherAttributes: String = "", markdown: Boolean = false, block: () -> U… in appendCode() 39 if (markdown) to.append(" markdown=\"1\"") in appendCode() 41 if (!markdown) insideDiv++ in appendCode() 43 if (!markdown) insideDiv-- in appendCode() 47 override fun appendAsSignature(node: ContentNode, block: () -> Unit) { in appendAsSignature() 60 … override fun appendAsOverloadGroup(to: StringBuilder, platforms: Set<String>, block: () -> Unit) { in appendAsOverloadGroup() 61 div(to, "overload-group", calculateDataAttributes(platforms), true) { in appendAsOverloadGroup() [all …]
|
| /external/dokka/core/testdata/markdown/ |
| D | spec.txt | 1 --- 4 - John MacFarlane 6 date: 2014-09-19 11 ## What is Markdown? 13 Markdown is a plain text format for writing structured documents, 15 usenet posts. It was developed in 2004 by John Gruber, who wrote 16 the first Markdown-to-HTML converter in perl, and it soon became 19 Markdown syntax with conventions for footnotes, definition lists, 25 John Gruber's [canonical description of Markdown's 26 syntax](http://daringfireball.net/projects/markdown/syntax) [all …]
|
| /external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
| D | _control_flow_tutorial.ipynb | 4 "cell_type": "markdown", 7 "id": "-vLwpT31YOJk" 10 …orial, and should be rolled into the existing docs as part of a broader markdown-\u003ecolab conve… 27 "cell_type": "markdown", 65 "cell_type": "markdown", 73 …ow.org/guide/function) library is fully integrated with `tf.function`, and it will rewrite conditi… 79 "cell_type": "markdown", 93 "cell_type": "markdown", 108 "id": "E-7KllizZYsy" 125 "cell_type": "markdown", [all …]
|