Home
last modified time | relevance | path

Searched full:embeds (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/executorch/examples/models/llava/
H A Dmodel.py232 embeds = self.prefill_embedding(prompt_before_image, images, prompt_after_image)
234 return embeds.shape[1], self.text_model.forward(None, torch.tensor([0]), embeds)
244 embeds = self.prefill_embedding(prompt_before_image, images, prompt_after_image)
247 inputs_embeds=embeds,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dmod_vendor_embed.txt9 stderr '^go: resolving embeds in example.com/brokendep: pattern foo.txt: no matching files found$'
11 stderr '^go: resolving embeds in example.com/brokendep: pattern foo.txt: no matching files found$'
15 stderr '^go: resolving embeds in example.com/brokendep: pattern ../foo.txt: invalid pattern syntax$'
17 stderr '^go: resolving embeds in example.com/brokendep: pattern ../foo.txt: invalid pattern syntax$'
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dnoder.go172 Embeds []pragmaEmbed member
199 if len(pragma.Embeds) > 0 {
200 for _, e := range pragma.Embeds {
281 pragma.Embeds = append(pragma.Embeds, pragmaEmbed{pos, args})
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Dvendor.go304 // embeds from ignored files can't be used.
312 return // No source files in this package are built. Skip embeds in ignored files.
326 embeds, err := load.ResolveEmbed(bp.Dir, embedPatterns)
328 format := "go: resolving embeds in %s: %v\n"
336 for _, embed := range embeds {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dscan.go162 embeds []embed member
266 for _, emb := range info.embeds {
267 rf.embeds = append(rf.embeds, embed{emb.pattern, emb.pos})
Dbuild_read.go397 // info.imports and info.embeds.
515 info.embeds = append(info.embeds, embs...)
Dwrite.go82 e.Int(len(f.embeds))
83 for _, embed := range f.embeds {
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dfederated_compute_plan_builder.py933 # Embeds the `zero` logic and hooks it up to `after_restore_op` of
949 # Embeds the `prepare` logic, and hooks it up to `before_save_op` of
984 # Embeds the `accumulate` logic, and hooks up the assignment of a client
1008 # Embeds the `merge` logic, and hooks up the assignment of an intermediate
1033 # Embeds the `report` and `update` logic, and hooks up the assignments of
1737 # Embeds the MapReduce form `merge` logic.
1762 # Embeds the `report` and `update` logic, and hooks up the assignments of
H A Dgraph_helpers.py92 """Embeds the data logic into the current TensorFlow graph.
118 # Embeds the token placeholder for the custom ExternalDataset op.
153 # Embeds data source computations into the current graph.
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue42881.go13 …/ ERROR "cannot use type comparable outside a type constraint: interface is (or embeds) comparable"
14 …_ T1 // ERROR "cannot use type T1 outside a type constraint: interface is (or embeds) comp…
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Dureader.go524 embeds := make([]types.Type, iface.NumEmbeddeds())
525 for i := range embeds {
526 embeds[i] = iface.EmbeddedType(i)
529 newIface := types.NewInterfaceType(methods, embeds)
/aosp_15_r20/external/bazel-skylib/gazelle/bzl/
H A Dgazelle.go131 // Embeds returns a list of labels of rules that the given rule embeds. If
136 func (*bzlLibraryLang) Embeds(r *rule.Rule, from label.Label) []label.Label { return nil } func
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/
H A Dresolve.go117 // Embeds returns a list of labels of rules that the given rule embeds. If
121 func (py *Resolver) Embeds(r *rule.Rule, from label.Label) []label.Label { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DEmbedBitcodePass.h1 //===-- EmbedBitcodePass.h - Embeds bitcode into global ---------*- C++ -*-===//
27 /// Pass embeds a copy of the module optimized with the provided pass pipeline
/aosp_15_r20/external/guice/core/src/com/google/inject/
H A DKey.java64 * <p>Clients create an empty anonymous subclass. Doing so embeds the type parameter in the
83 * <p>Clients create an empty anonymous subclass. Doing so embeds the type parameter in the
103 * <p>Clients create an empty anonymous subclass. Doing so embeds the type parameter in the
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DEmbedBitcodePass.h1 //===-- EmbedBitcodePass.h - Embeds bitcode into global ---------*- C++ -*-===//
35 /// Pass embeds a copy of the module optimized with the provided pass pipeline
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DEmbedBitcodePass.h1 //===-- EmbedBitcodePass.h - Embeds bitcode into global ---------*- C++ -*-===//
35 /// Pass embeds a copy of the module optimized with the provided pass pipeline
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dcycles4.go10 // determining the result type of m (which embeds
53 // the result type, which is an interface that embeds
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DEmbedBitcodePass.h1 //===-- EmbedBitcodePass.h - Embeds bitcode into global ---------*- C++ -*-===//
35 /// Pass embeds a copy of the module optimized with the provided pass pipeline
/aosp_15_r20/external/sandboxed-api/sandboxed_api/bazel/
H A Dembed_data.bzl15 """Embeds binary data in cc_*() rules."""
69 """Embeds arbitrary binary data in cc_*() rules.
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dmodel-executor.h68 // Embeds the sparse_features into a dense embedding and adds (+) it
84 // Embeds the sparse_features into a dense embedding and adds (+) it
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dread.go365 // info.imports, info.embeds, and info.embedErr.
472 info.embeds = append(info.embeds, embs...)
H A Dfilter.go38 embeds []fileEmbed member
147 // Scan the file for imports and embeds.
/aosp_15_r20/prebuilts/go/linux-x86/src/embed/
Dembed.go82 // The difference is that ‘image/*’ embeds ‘image/.tempfile’ while ‘image’ does not.
83 // Neither embeds ‘image/dir/.tempfile’.
86 // to include those files beginning with ‘.’ or ‘_’. For example, ‘all:image’ embeds
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/
Dread.go405 // info.imports and info.embeds.
530 info.embeds = append(info.embeds, embs...)

12345678910>>...21