Home
last modified time | relevance | path

Searched defs:Example (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/external/skia/tools/fiddle/
Dexamples.h14 struct Example { struct
15 void (*fFunc)(SkCanvas*);
16 const char* fName;
17 double fAnimationDuration;
18 int fImageIndex;
19 int fWidth;
20 int fHeight;
21 int fOffscreenWidth;
22 int fOffscreenHeight;
46 sk_tools::Registry<fiddle::Example> reg_##NAME( \ argument
/external/pytorch/torch/csrc/api/include/torch/data/
Dexample.h12 struct Example { struct
16 Example() = default; argument
17 Example(Data data, Target target) in Example() function
28 /// A specialization for `Example` that does not have a target. argument
/external/pigweed/pw_build/
Dgn.rst306 Example section in pw_cc_blob_library
369 .. _module-pw_build-facade:
538 Example section in pw_test_info
647 .. _module-pw_build-python-action-expressions:
738 Example section in pw_test_info
754 .. _module-pw_build-evaluate-path-expressions:
781 Example section in pw_evaluate_path_expressions
824 .. _module-pw_build-pw_exec:
868 Example section in pw_exec
909 Example section in pw_input_group
[all …]
Dpython.rst136 Example subsection
169 .. _module-pw_build-pw_python_action:
249 Example subsection
324 Example subsection
419 Example subsection
433 .. _module-pw_build-pw_python_distribution:
523 Example subsection
/external/pytorch/torch/ao/quantization/fx/
DREADME.md69 ### 0. Original Model
82 ### 1.1 Fusion
123 ### 1.2 QAT Module Swap
149 ### 1.3 QuantDeQuantStub and Observer/FakeQuantize Insertion
320 ### 2. Calibration/Training
323 ### 3.1 Conversion to Reference Quantized Model
404 ### 3.2 Lower to PyTorch Native Backend
/external/skia/site/docs/user/api/
DSkPath_Overview.md53 ### Example subsection
67 ### Example subsection
94 ### Example subsection
120 ### Example subsection
139 ### Example subsection
/external/rust/android-crates-io/crates/darling/tests/
Dflatten_error_accumulation.rs25 struct Example { struct
35 let e = Example::from_derive_input(&parse_quote! { in many_errors() argument
Dflatten.rs13 struct Example { struct
22 let di = Example::from_derive_input(&parse_quote! { in happy_path() argument
194 struct Example { in flattening_to_box() struct
196 items: Box<Vis>, in flattening_to_box()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/build/
Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/build/
Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/external/rust/cxx/book/src/build/
Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/external/rust/android-crates-io/crates/litrs/
DREADME.md23 ## Example section in `litrs`: parsing and inspecting Rust literals
25 ### In proc macro
64 ### Parsing from a `&str`
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
DREADME.md10 ###### Example l5subsection in Unit tests (run_tests.py)
28 ###### Example l5subsection in Interop tests (run_interop_tests.py)
44 ###### Example l5subsection in Artifacts & Packages (task_runner.py)
/external/grpc-grpc/tools/run_tests/
DREADME.md10 ###### Example l5subsection in Unit tests (run_tests.py)
28 ###### Example l5subsection in Interop tests (run_interop_tests.py)
44 ###### Example l5subsection in Artifacts & Packages (task_runner.py)
/external/rust/android-crates-io/crates/arbitrary/
DREADME.md26 ## Example section
34 ### Automatically Deriving `Arbitrary`
97 ### Implementing `Arbitrary` By Hand
/external/rust/android-crates-io/crates/ash/
DREADME.md232 ## Example section in Ash
235 #### Windows
237 #### Linux
239 #### macOS
249 ### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/triangle.rs)
258 ### [Texture](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/texture.rs)
/external/executorch/backends/vulkan/
DREADME.md83 ### Compile and lower a model to the Vulkan Delegate
141 ### Build Vulkan Delegate libraries
183 ### Run the Vulkan model on device
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.h35 struct Example { struct
42 std::vector<Example>* examples); argument
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.h32 struct Example { struct
39 std::vector<Example>* examples); argument
/external/bazelbuild-rules_go/go/tools/builders/
Dgenerate_test_main.go57 type Example struct { struct
58 Package string
59 Name string
60 Output string
61 Unordered bool
/external/rust/android-crates-io/crates/darling/tests/compile-fail/
Dflatten_multiple_fields.rs12 pub struct Example { struct
20 pub struct FdiExample { argument
/external/coreboot/Documentation/lib/
Dfw_config.md199 #### devicetree.cb
212 #### overridetree.cb
225 #### static.h
261 #### overridetree.cb
/external/kotlinpoet/docs/
Dinterop-kotlinx-metadata.md9 ### Example subsection in KotlinPoet-metadata
44 ### Example subsection in KotlinPoet-metadata
/external/rust/android-crates-io/crates/serde_cbor/tests/
Dbennofs.rs9 struct Example { struct
27 const EXAMPLE: Example = Example { argument
/external/rust/android-crates-io/crates/ciborium-ll/
DREADME.md71 ### Example subsection
112 ### Example subsection

12345678910>>...23