/external/libchrome/mojo/core/embedder/ |
D | README.md | 22 As an embedder, initializing Mojo Core requires a single call to 26 #include "mojo/core/embedder/embedder.h" 56 #include "mojo/core/embedder/embedder.h" 57 #include "mojo/core/embedder/scoped_ipc_support.h"
|
/external/libtextclassifier/native/actions/ |
D | actions-suggestions_test.cc | 1442 const TestingMessageEmbedder embedder = CreateTestingMessageEmbedder(); in TEST_F() local 1448 EXPECT_TRUE(embedder.EmbedTokensPerMessage(tokens, &embeddings, in TEST_F() 1463 const TestingMessageEmbedder embedder = CreateTestingMessageEmbedder(); in TEST_F() local 1469 EXPECT_TRUE(embedder.EmbedTokensPerMessage(tokens, &embeddings, in TEST_F() 1486 const TestingMessageEmbedder embedder = CreateTestingMessageEmbedder(); in TEST_F() local 1492 EXPECT_TRUE(embedder.EmbedTokensPerMessage(tokens, &embeddings, in TEST_F() 1504 const TestingMessageEmbedder embedder = CreateTestingMessageEmbedder(); in TEST_F() local 1511 EXPECT_TRUE(embedder.EmbedTokensPerMessage(tokens, &embeddings, in TEST_F() 1529 const TestingMessageEmbedder embedder = CreateTestingMessageEmbedder(); in TEST_F() local 1536 embedder.EmbedAndFlattenTokens(tokens, &embeddings, &total_token_count)); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent_v2_test.py | 122 embedder = embeddings.Embedding(input_dim=vocab_size, output_dim=16) 123 embedded_inputs = embedder(inputs)
|
/external/pdfium/public/ |
D | README | 4 included by an embedder of PDFium. If there arises a need for functionality
|
/external/perfetto/include/ |
D | README.md | 55 intended to be called or overridden by the embedder (e.g. TracingBackend's 75 embedder is multi-process but wants to use a different IPC mechanism. The 76 embedder needs to deal with the larger and clunkier set of perfetto APIs.
|
/external/perfetto/bazel/standalone/ |
D | perfetto_cfg.bzl | 77 # This struct allows the embedder to customize copts and other args passed 80 # This field is completely optional, the embedder can omit the whole
|
/external/perfetto/ |
D | WORKSPACE | 16 # embedder builds (i.e. when other projects pull perfetto under /third_party/
|
/external/perfetto/gn/ |
D | test.gni | 37 # "default" GN target of embedder builds. See notes in the comments of the
|
D | perfetto_host_executable.gni | 37 # Don't copy anything in V8 and other GN embedder builds, just add a
|
D | perfetto.gni | 41 # 4. Builds in other embedder trees (e.g. V8 standalone) 102 # for standalone builds and //third_party/perfetto/ in embedders. The embedder 143 # Allow the embedder to use the IPC layer. In turn this allows to use the
|
/external/perfetto/ui/ |
D | BUILD.gn | 17 # Prevent that this file is accidentally included in embedder builds.
|
/external/openscreen/ |
D | Android.bp | 152 // optimal for every embedder's needs. Only files added are for adb (the only embedder ATM).
|
/external/openscreen/platform/ |
D | BUILD.gn | 150 # The main target, which either assumes an embedder will link-in the platform 221 # Exclude them if an embedder is providing the implementation.
|
/external/perfetto/src/trace_processor/rpc/ |
D | BUILD.gn | 19 # Prevent that this file is accidentally included in embedder builds.
|
/external/deqp-deps/amber/docs/ |
D | engines.md | 51 the configured graphics API from the embedder. The engine can then setup any 99 cleanup any resources created by the engine. It is the job of the embedder 126 when the engine needs to talk back to the embedder. For instance, the delegates
|
/external/perfetto/tools/ |
D | BUILD.gn | 17 # Prevent that this file is accidentally included in embedder builds.
|
/external/rust/crates/libz-sys/ |
D | Cargo.toml.orig | 23 # uncompress, and requiring embedder to provide memory allocation
|
/external/perfetto/docs/design-docs/ |
D | security-model.md | 16 embedder and the IPC transport.
|
/external/perfetto/bazel/ |
D | proto_gen.bzl | 45 # instead of //:xxx. This happens in embedder builds. In this case,
|
/external/openscreen/docs/ |
D | trace_logging.md | 219 For an embedder to create a custom TraceLogging implementation: 223 is defined. An embedder must define a class implementing this interface. The
|
D | discovery.md | 57 callbacks for the embedder to be notified whenever an instance is discovered,
|
/external/libchrome/mojo/ |
D | README.md | 41 they statically link against the `//mojo/core/embedder` target and initialize 43 [**Mojo Core Embedder API**](/mojo/core/embedder/README.md) for more details.
|
/external/perfetto/test/trace_processor/parsing/ |
D | index | 3 # here is and is used by every embedder of trace processor)
|
/external/perfetto/src/tracing/ |
D | BUILD.gn | 53 # Separate target because the embedder might not want this (e.g. on Windows).
|
/external/libchrome/mojo/public/cpp/system/ |
D | README.md | 446 #include "mojo/core/embedder/embedder.h" 447 #include "mojo/core/embedder/scoped_ipc_support.h"
|