Home
last modified time | relevance | path

Searched +full:json +full:- +full:schema +full:- +full:traverse (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flatbuffers/docs/source/
DBenchmarks.md6 overhead), Rapid JSON (one of the fastest C++ JSON parsers around),
16 intended), and also with JSON as the wire format with the optional JSON
17 parser (which, using a schema, parses JSON into a binary buffer that can
24 … | FlatBuffers (binary) | Protocol Buffers LITE | Rapid JSON | FlatBuffers (JSON) …
25--------------------------------------------------------|-----------------------|-----------------…
26 | Decode + Traverse + Dealloc (1 million times, seconds) | 0.08 | 302 …
27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
38 - Cap'n'Proto promises to reduce Protocol Buffers much like FlatBuffers does,
42 It currently also isn't fully cross-platform portable (lack of VS support).
43 - msgpack: has very minimal forwards/backwards compatibility support when used
[all …]
DFlatBuffers.md9 performance-critical applications.
16 - **Access to serialized data without parsing/unpacking** - What sets
22 - **Memory efficiency and speed** - The only memory needed to access
34 - **Flexible** - Optional fields means not only do you get great
36 long-lived games: don't have to update all data with each new
40 - **Tiny code footprint** - Small amounts of generated code, and just
44 - **Strongly typed** - Errors happen at compile time rather than
45 manually having to write repetitive and error prone run-time checks.
48 - **Convenient to use** - Generated C++ code allows for terse access
50 schemas and JSON-like text representations at runtime efficiently if
[all …]
DCppUsage.md14 This page assumes you have written a FlatBuffers schema and compiled it
15 with the Schema Compiler. If you have not, please see
16 [Using the schema compiler](@ref flatbuffers_guide_using_schema_compiler)
17 and [Writing a schema](@ref flatbuffers_guide_writing_schema).
19 Assuming you wrote a schema, say `mygame.fbs` (though the extension doesn't
21 compiler (e.g. `flatc -c mygame.fbs`), you can now start using this in
46 *Note: See [Tutorial](@ref flatbuffers_guide_tutorial) for a more in-depth
52 schema with the `--cpp` option to `flatc`. Then you can include both FlatBuffers
84 std::cout << "hp : " << monster->hp() << std::endl; // '80'
85 std::cout << "mana : " << monster->mana() << std::endl; // default value of '150'
[all …]
/third_party/spirv-tools/tools/sva/
Dyarn.lock5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
27 import-fresh "^3.2.1"
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/profiler/
Dtest_dataset.py7 # http://www.apache.org/licenses/LICENSE-2.0
31 CIFAR10_DIR = "/home/workspace/mindspore_dataset/cifar-10-batches-bin/"
89 schema = ds.Schema()
90 schema.add_column(name='col1', de_type=mstype.int64, shape=[2])
93 schema.parse_columns(columns1)
103 ds.serialize(dataset, json_filepath=os.path.join(path_base, "mnist_dataset_pipeline.json"))
119 …Description: Traverse the dataset data, perform data preprocessing, and then verify the collected …
/third_party/skia/m133/experimental/tskit/
Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
[all …]
/third_party/skia/experimental/tskit/
Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
[all …]
/third_party/skia/modules/canvaskit/npm_build/
Dpackage-lock.json2 "name": "canvaskit-wasm",
7 "@definitelytyped/header-parser": {
9 …"resolved": "https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.57.tgz",
10 …"integrity": "sha512-0CNcUUANv93072vleKkXKT8xUNk9JLhaHVMZbBYP/km55T+V8eGCP6BS0pS80MPhvZouq2FmR/r8B…
13 "@definitelytyped/typescript-versions": "^0.0.57",
18 "@definitelytyped/typescript-versions": {
20 …ed": "https://registry.npmjs.org/@definitelytyped/typescript-versions/-/typescript-versions-0.0.57…
21 …"integrity": "sha512-PpA1dLjH//4fvZ6P5RVR10n+it0lBp/so3dgSAHdFmtHU42kPFc2TlwIYSDL0P5DcNVYViAwIvIIV…
26 "resolved": "https://registry.npmjs.org/@definitelytyped/utils/-/utils-0.0.57.tgz",
27 …"integrity": "sha512-YEIxwB2Im0GQ0lapCpoW+m3XeQqctf0aueuVbm2lNESZCVMgLXVSFaTIquhgKcp/KW+HzVldwH7Ry…
[all …]
/third_party/css-what/
Dpackage-lock.json2 "name": "css-what",
8 "name": "css-what",
10 "license": "BSD-2-Clause",
14 "@typescript-eslint/eslint-plugin": "^5.17.0",
15 "@typescript-eslint/parser": "^5.17.0",
17 "eslint-config-prettier": "^8.5.0",
18 "eslint-plugin-node": "^11.1.0",
21 "ts-jest": "^27.1.4",
31 "node_modules/@babel/code-frame": {
33 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz",
[all …]
/third_party/flatbuffers/
Dpnpm-lock.yaml11 '@typescript-eslint/eslint-plugin':
13 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.3)
14 '@typescript-eslint/parser':
29 /@aashutoshrathi/word-wrap@1.2.6:
30 …resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlC…
34 /@esbuild/android-arm64@0.19.8:
35 …resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLEC…
43 /@esbuild/android-arm@0.19.8:
44 …resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvL…
52 /@esbuild/android-x64@0.19.8:
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock5 "@babel/code-frame@^7.0.0":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49…
8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7…
14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195…
15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK…
19 js-tokens "^4.0.0"
23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa…
24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX…
28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d…
29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock5 "@babel/code-frame@^7.0.0":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49…
8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7…
14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195…
15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK…
19 js-tokens "^4.0.0"
23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa…
24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX…
28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d…
29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD…
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/
Dpackage-lock.json2 "name": "rust-analyzer",
3 "version": "0.5.0-dev",
8 "name": "rust-analyzer",
9 "version": "0.5.0-dev",
10 "license": "MIT OR Apache-2.0",
14 "d3-graphviz": "^5.0.2",
15 "vscode-languageclient": "^8.0.2"
20 "@typescript-eslint/eslint-plugin": "^5.30.5",
21 "@typescript-eslint/parser": "^5.30.5",
22 "@vscode/test-electron": "^2.1.5",
[all …]
/third_party/jsframework/
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.0.t…
10 …"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9…
13 "@jridgewell/gen-mapping": "^0.1.0",
14 "@jridgewell/trace-mapping": "^0.3.9"
17 "@babel/code-frame": {
19 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.12.11.tg…
20 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
26 "@babel/compat-data": {
28 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.19.1.t…
29 …"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQ…
[all …]
/third_party/parse5/
Dpackage-lock.json2 "name": "parse5-build-scripts",
7 "name": "parse5-build-scripts",
17 "eslint-config-prettier": "^9.1.0",
18 "eslint-plugin-unicorn": "^55.0.0",
22 "lint-staged": "^15.2.10",
25 "ts-jest": "^29.2.5",
26 "ts-node": "^10.9.2",
29 "typescript-eslint": "^8.11.0"
33 "name": "parse5-benchmarks",
37 "@airbnb/node-memwatch": "^2.0.0",
[all …]
/third_party/mindspore/mindspore-src/source/third_party/proto/tensorflow/lite/
Dschema.fbs7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Version 1: Add subgraphs to schema.
61 // f = scale * (q - zero_point)
86 // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
88 // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
89 // potentially with a k-dimensional block (0 <= k <= n) with dims
90 // (dn, ..., dn+k-1), the format needs to specify:
91 // 1. In what order to traverse these dimensions. For example, to store a 2-D
94 // (d1, d0). If the 2-D matrix has a 2-D inner block, the traversal order
96 // 2. How each block dimension in (dn, ..., dn+k-1) maps to the original
[all …]
Dschema_2.4.1.fbs7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Version 1: Add subgraphs to schema.
64 // f = scale * (q - zero_point)
89 // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
91 // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
92 // potentially with a k-dimensional block (0 <= k <= n) with dims
93 // (dn, ..., dn+k-1), the format needs to specify:
94 // 1. In what order to traverse these dimensions. For example, to store a 2-D
97 // (d1, d0). If the 2-D matrix has a 2-D inner block, the traversal order
99 // 2. How each block dimension in (dn, ..., dn+k-1) maps to the original
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Version 1: Add subgraphs to schema.
61 // f = scale * (q - zero_point)
86 // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
88 // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
89 // potentially with a k-dimensional block (0 <= k <= n) with dims
90 // (dn, ..., dn+k-1), the format needs to specify:
91 // 1. In what order to traverse these dimensions. For example, to store a 2-D
94 // (d1, d0). If the 2-D matrix has a 2-D inner block, the traversal order
96 // 2. How each block dimension in (dn, ..., dn+k-1) maps to the original
[all …]
/third_party/mesa3d/src/gallium/targets/teflon/
Dtflite-schema-v2.15.0.fbs7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Version 1: Add subgraphs to schema.
78 // f = scale * (q - zero_point)
103 // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
105 // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
106 // potentially with a k-dimensional block (0 <= k <= n) with dims
107 // (dn, ..., dn+k-1), the format needs to specify:
108 // 1. In what order to traverse these dimensions. For example, to store a 2-D
111 // (d1, d0). If the 2-D matrix has a 2-D inner block, the traversal order
113 // 2. How each block dimension in (dn, ..., dn+k-1) maps to the original
[all …]
/third_party/typescript/
Dpackage-lock.json2 "name": "ohos-typescript",
3 "version": "4.9.5-r4",
8 "name": "ohos-typescript",
9 "version": "4.9.5-r4",
10 "license": "Apache-2.0",
18 "@types/fs-extra": "9.0.13",
20 "@types/microsoft__typescript-etw": "0.1.1",
25 "@types/source-map-support": "0.5.6",
27 "@typescript-eslint/eslint-plugin": "5.33.1",
28 "@typescript-eslint/parser": "5.33.1",
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts67 path: "/a/jsconfig.json",
68 content: JSON.stringify({
97 path: "/a/b/tsconfig.json",
98 content: JSON.stringify({
108 path: "/a/b/package.json",
109 content: JSON.stringify({
152 path: "/a/b/package.json",
153 content: JSON.stringify({
190 it("inferred project - type acquisition with disableFilenameBasedTypeAcquisition:true", () => {
231 …ere requested as a result of typings discovery") > 0, "Should not request filename-based typings");
[all …]
/third_party/json/
DChangeLog.md4 ## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-12)
6 [Full Changelog](https://github.com/nlohmann/json/compare/v3.11.1...3.11.2)
8 - MSVC natvis visualizer does not work after introduction of inline ABI namespace [\#3696](https://…
9 - The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nl…
10 - extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657)
11 - json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656)
12 - regression: `.value<size_t>` is compilation error. [\#3655](https://github.com/nlohmann/json/issu…
13 - Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654…
14 - Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/jso…
15 - macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/361…
[all …]
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py2 # -*- coding: utf-8 -*-
4 #-------------------------------------------------------------------------
6 # ----------
14 # http://www.apache.org/licenses/LICENSE-2.0
22 #-------------------------------------------------------------------------
29 import json
40 VULKAN_XML_DIR = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "xml")
46 /* WARNING: This is auto-generated file. Do not modify, since changes will
131 # Platform-specific
145 platformTypeName = platformType[-2] if "*" in platformType else platformType[0]
[all …]
Dgen_framework.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # ----------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
27 import json
39 sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "scrip…
43 VULKAN_XML_DIR = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "xml")
49 /* WARNING: This is auto-generated file. Do not modify, since changes will
138 # Platform-specific
[all …]
/third_party/python/Doc/whatsnew/
D2.7.rst41 sufficient; the e-mail address isn't necessary.
56 floating-point numbers and for the :class:`~decimal.Decimal` class.
59 for parsing command-line options, convenient :class:`~collections.OrderedDict`
77 .. _whatsnew27-python31:
101 Some key consequences of the long-term significance of 2.7 are:
107 release, compared to the more typical support period of 18--24 months).
127 :ref:`py27-maintenance-enhancements` section below.
133 The recommended starting point is the :ref:`pyporting-howto` HOWTO guide.
144 on stdlib-sig and carried out in :issue:`7319`.)
151 However, there are increasingly many users of Python-based
[all …]

12