/aosp_15_r20/external/executorch/examples/models/llava/ |
H A D | model.py | 232 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/ |
D | mod_vendor_embed.txt | 9 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/ |
D | noder.go | 172 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/ |
D | vendor.go | 304 // 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/ |
D | scan.go | 162 embeds []embed member 266 for _, emb := range info.embeds { 267 rf.embeds = append(rf.embeds, embed{emb.pattern, emb.pos})
|
D | build_read.go | 397 // info.imports and info.embeds. 515 info.embeds = append(info.embeds, embs...)
|
D | write.go | 82 e.Int(len(f.embeds)) 83 for _, embed := range f.embeds {
|
/aosp_15_r20/external/federated-compute/fcp/artifact_building/ |
H A D | federated_compute_plan_builder.py | 933 # 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 D | graph_helpers.py | 92 """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/ |
D | issue42881.go | 13 …/ 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/ |
D | ureader.go | 524 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 D | gazelle.go | 131 // 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 D | resolve.go | 117 // 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/ |
D | EmbedBitcodePass.h | 1 //===-- 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 D | Key.java | 64 * <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/ |
D | EmbedBitcodePass.h | 1 //===-- 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/ |
D | EmbedBitcodePass.h | 1 //===-- 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/ |
D | cycles4.go | 10 // 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/ |
D | EmbedBitcodePass.h | 1 //===-- 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 D | embed_data.bzl | 15 """Embeds binary data in cc_*() rules.""" 69 """Embeds arbitrary binary data in cc_*() rules.
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | model-executor.h | 68 // 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 D | read.go | 365 // info.imports, info.embeds, and info.embedErr. 472 info.embeds = append(info.embeds, embs...)
|
H A D | filter.go | 38 embeds []fileEmbed member 147 // Scan the file for imports and embeds.
|
/aosp_15_r20/prebuilts/go/linux-x86/src/embed/ |
D | embed.go | 82 // 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/ |
D | read.go | 405 // info.imports and info.embeds. 530 info.embeds = append(info.embeds, embs...)
|