Home
last modified time | relevance | path

Searched refs:embedder (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/mojo/core/embedder/
DREADME.md22 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/
Dactions-suggestions_test.cc1442 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/
Drecurrent_v2_test.py122 embedder = embeddings.Embedding(input_dim=vocab_size, output_dim=16)
123 embedded_inputs = embedder(inputs)
/external/pdfium/public/
DREADME4 included by an embedder of PDFium. If there arises a need for functionality
/external/perfetto/include/
DREADME.md55 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/
Dperfetto_cfg.bzl77 # 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/
DWORKSPACE16 # embedder builds (i.e. when other projects pull perfetto under /third_party/
/external/perfetto/gn/
Dtest.gni37 # "default" GN target of embedder builds. See notes in the comments of the
Dperfetto_host_executable.gni37 # Don't copy anything in V8 and other GN embedder builds, just add a
Dperfetto.gni41 # 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/
DBUILD.gn17 # Prevent that this file is accidentally included in embedder builds.
/external/openscreen/
DAndroid.bp152 // optimal for every embedder's needs. Only files added are for adb (the only embedder ATM).
/external/openscreen/platform/
DBUILD.gn150 # 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/
DBUILD.gn19 # Prevent that this file is accidentally included in embedder builds.
/external/deqp-deps/amber/docs/
Dengines.md51 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/
DBUILD.gn17 # Prevent that this file is accidentally included in embedder builds.
/external/rust/crates/libz-sys/
DCargo.toml.orig23 # uncompress, and requiring embedder to provide memory allocation
/external/perfetto/docs/design-docs/
Dsecurity-model.md16 embedder and the IPC transport.
/external/perfetto/bazel/
Dproto_gen.bzl45 # instead of //:xxx. This happens in embedder builds. In this case,
/external/openscreen/docs/
Dtrace_logging.md219 For an embedder to create a custom TraceLogging implementation:
223 is defined. An embedder must define a class implementing this interface. The
Ddiscovery.md57 callbacks for the embedder to be notified whenever an instance is discovered,
/external/libchrome/mojo/
DREADME.md41 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/
Dindex3 # here is and is used by every embedder of trace processor)
/external/perfetto/src/tracing/
DBUILD.gn53 # Separate target because the embedder might not want this (e.g. on Windows).
/external/libchrome/mojo/public/cpp/system/
DREADME.md446 #include "mojo/core/embedder/embedder.h"
447 #include "mojo/core/embedder/scoped_ipc_support.h"

12