Home
last modified time | relevance | path

Searched defs:Generator (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DGenerator.h57 struct TORCH_API Generator { struct
60 explicit Generator(c10::intrusive_ptr<c10::GeneratorImpl> gen_impl) in Generator() function
79 c10::GeneratorImpl* unsafeGetGeneratorImpl() const { in unsafeGetGeneratorImpl() argument
83 c10::GeneratorImpl* unsafeReleaseGeneratorImpl() { in unsafeReleaseGeneratorImpl() argument
87 const c10::intrusive_ptr<c10::GeneratorImpl>& getIntrusivePtr() const { in getIntrusivePtr() argument
92 // Sets the offset of Generator state to the desired offset. This is currently argument
96 // Returns the offset of Generator state. This is currently supported for only argument
105 // `ATen/core/Generator.h` and `ATen/core/Tensor.h` argument
135 Generator clone() const { in clone() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/generate/
Dgenerate.go262 type Generator struct { struct
263 r io.Reader member
264 path string // full rooted path name.
265 dir string // full rooted directory of file.
266 file string // base name of file.
267 pkg string
268 commands map[string][]string
269 lineNum int // current line number.
270 env []string
274 func (g *Generator) run() (ok bool) {
[all …]
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatc.h45 struct Generator { struct
62 BfbsGenerator *bfbs_generator; argument
80 const Generator *generators; argument
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatc.h45 struct Generator { struct
62 BfbsGenerator *bfbs_generator; argument
80 const Generator *generators; argument
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dgenerate.rs22 pub struct Generator<Ty> { struct
33 impl Generator<Directed> { argument
56 impl<Ty: EdgeType> Generator<Ty> { implementation
127 impl<Ty: EdgeType> Iterator for Generator<Ty> { implementation
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflatc.h37 struct Generator { struct
38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser,
41 typedef std::string (*MakeRuleFn)(const flatbuffers::Parser &parser,
45 GenerateFn generate;
46 const char *generator_opt_short;
70 const Generator *generators; argument
/aosp_15_r20/external/pytorch/torch/nn/
H A Dinit.py146 generator: _Optional[torch.Generator] = None,
173 generator: _Optional[torch.Generator] = None,
202 generator: _Optional[torch.Generator] = None,
369 generator: _Optional[torch.Generator] = None,
410 generator: _Optional[torch.Generator] = None,
461 generator: _Optional[torch.Generator] = None,
526 generator: _Optional[torch.Generator] = None,
577 generator: _Optional[torch.Generator] = None,
629 generator: _Optional[torch.Generator] = None,
/aosp_15_r20/external/protobuf/docs/
H A Dimplementing_proto3_presence.md106 ### Satisfying the Experimental Check
149 ### Signaling That Your Code Generator Supports Proto3 Optional
207 ### Updating Your Code Generator
235 #### To test whether a field should have presence
259 #### To test whether a field is a member of a oneof
278 #### To iterate over all oneofs
/aosp_15_r20/external/cronet/third_party/protobuf/docs/
H A Dimplementing_proto3_presence.md106 ### Satisfying the Experimental Check
149 ### Signaling That Your Code Generator Supports Proto3 Optional
207 ### Updating Your Code Generator
235 #### To test whether a field should have presence
259 #### To test whether a field is a member of a oneof
278 #### To iterate over all oneofs
/aosp_15_r20/external/dokka/core/src/main/kotlin/Generation/
H A DGenerator.kt5 interface Generator { interface
12 fun Generator.buildAll(nodes: Iterable<DocumentationNode>) { in buildPages() method
19 fun Generator.buildPage(node: DocumentationNode): Unit = buildPages(listOf(node)) in buildPage() method
21 fun Generator.buildOutline(node: DocumentationNode): Unit = buildOutlines(listOf(node)) in buildPage() method
23 fun Generator.buildAll(node: DocumentationNode): Unit = buildAll(listOf(node)) in buildPage() method
/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_example_macro.rs55 struct Generator { struct
60 impl Generator { argument
70 impl FormatMacroGenerator for Generator { implementation
/aosp_15_r20/external/webrtc/rtc_base/
H A Dunique_id_generator_unittest.cc60 typedef TypeParam Generator; in TYPED_TEST() typedef
75 typedef TypeParam Generator; in TYPED_TEST() typedef
102 typedef TypeParam Generator; in TYPED_TEST() typedef
133 typedef TypeParam Generator; in TYPED_TEST() typedef
145 typedef TypeParam Generator; in TYPED_TEST() typedef
159 typedef TypeParam Generator; in TYPED_TEST() typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h78 struct Generator { struct
82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator() argument
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/generator/
Dmod.rs14 pub trait Generator { trait
198 G: Generator, in generate_to()
249 pub fn generate<G, S>(gen: G, cmd: &mut Command, bin_name: S, buf: &mut dyn Write) in generate()
/aosp_15_r20/external/webrtc/test/scenario/
H A Dscenario_config.h83 struct Generator { struct
84 int width = 1600;
85 int height = 1200;
103 struct Generator { struct
104 using PixelFormat = FrameGeneratorInterface::OutputType;
105 PixelFormat pixel_format = PixelFormat::kI420;
106 int width = 320;
107 int height = 180;
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dmetadata.rs40 pub(crate) struct Generator { struct
48 impl Generator { argument
71 impl MetadataGenerator for Generator { implementation
/aosp_15_r20/external/perfmark/impl/src/main/java/io/perfmark/impl/
H A DGenerator.java29 public abstract class Generator { class
56 protected Generator() {} in Generator() method in Generator
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_value_memoized_extension_plugin/linux_glibc_common/javac/
Dauto_value_memoized_extension_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
H A DGenerator.java21 public abstract class Generator { class
24 protected Generator(SourceRoot sourceRoot) { in Generator() method in Generator
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DRandom.cpp21 const std::optional<at::Generator> /* not implemented */) { in uniform_()
80 const std::optional<at::Generator> /* not implemented */) { in normal_()
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/processor/
H A DSerializableAutoValueExtension.java83 private static final class Generator { class in SerializableAutoValueExtension
92 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in SerializableAutoValueExtension.Generator
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/
H A DMemoizeExtension.java116 static final class Generator { class in MemoizeExtension
128 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in MemoizeExtension.Generator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dprost_codegen.rs77 struct Generator; struct
79 impl ServiceGenerator for Generator { implementation
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DGeneratorAdapterTest.java845 private static class Generator implements TableSwitchGenerator { class in GeneratorAdapterTest
850 Generator() { in Generator() method in GeneratorAdapterTest.Generator
854 Generator(final int access, final String name, final String descriptor) { in Generator() method in GeneratorAdapterTest.Generator
/aosp_15_r20/external/skia/tools/gpu/
H A DYUVUtils.cpp63 class Generator : public SkImageGenerator { class
65 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() function in __anonf089ea3f0111::Generator

12345678910>>...13