Home
last modified time | relevance | path

Searched full:python_module (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml1132 python_module: nn
1141 python_module: nn
1149 python_module: nn
1157 python_module: nn
2073 python_module: linalg
3297 python_module: nn
3310 python_module: nn
3315 python_module: nn
4137 python_module: sparse
4140 python_module: sparse
[all …]
H A DREADME.md626 the torch._C._nn (marked with `python_module: nn`),
627 torch._C._fft (marked with `python_module: fft`),
628 torch._C._linalg (marked with `python_module: linalg`) objects,
629 torch._C._sparse (marked with `python_module: sparse`) objects,
630 torch._C._special (marked with `python_module: special`) objects,
631 or torch._C._nested (marked with `python_module: nested`) objects.
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dtables.py34 python_module=__file__,
46 python_module=__file__,
55 python_module=__file__,
64 python_module=__file__,
75 python_module=__file__,
84 python_module=__file__,
99 python_module=__file__,
108 python_module=__file__,
117 python_module=__file__,
129 python_module=__file__,
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dprofiler_tables.py32 python_module=__file__,
100 python_module=__file__,
130 python_module=__file__,
159 python_module=__file__,
190 python_module=__file__,
214 python_module=__file__,
234 python_module=__file__,
249 python_module=__file__,
287 python_module=__file__,
313 python_module=__file__,
[all …]
H A Dwinscope_tables.py27 python_module=__file__,
47 python_module=__file__,
67 python_module=__file__,
87 python_module=__file__,
107 python_module=__file__,
127 python_module=__file__,
148 python_module=__file__,
168 python_module=__file__,
190 python_module=__file__,
210 python_module=__file__,
[all …]
H A Dmetadata_tables.py32 python_module=__file__,
52 python_module=__file__,
130 python_module=__file__,
195 python_module=__file__,
235 python_module=__file__,
282 python_module=__file__,
299 python_module=__file__,
326 python_module=__file__,
346 python_module=__file__,
383 python_module=__file__,
[all …]
H A Dv8_tables.py37 python_module=__file__,
80 python_module=__file__,
104 python_module=__file__,
126 python_module=__file__,
161 python_module=__file__,
199 python_module=__file__,
234 python_module=__file__,
280 python_module=__file__,
H A Dslice_tables.py33 python_module=__file__,
124 python_module=__file__,
176 python_module=__file__,
199 python_module=__file__,
231 python_module=__file__,
288 python_module=__file__,
335 python_module=__file__,
H A Dandroid_tables.py32 python_module=__file__,
59 python_module=__file__,
132 python_module=__file__,
161 python_module=__file__,
191 python_module=__file__,
221 python_module=__file__,
H A Dtrack_tables.py30 python_module=__file__,
45 python_module=__file__,
65 python_module=__file__,
86 python_module=__file__,
95 python_module=__file__,
H A Dpy_tables_unittest.py23 python_module=__file__,
32 python_module=__file__,
39 python_module=__file__,
48 python_module=__file__,
H A Dmemory_tables.py29 python_module=__file__,
47 python_module=__file__,
63 python_module=__file__,
87 python_module=__file__,
H A Detm_tables.py30 python_module=__file__,
76 python_module=__file__,
100 python_module=__file__,
H A Dsched_tables.py33 python_module=__file__,
82 python_module=__file__,
122 python_module=__file__,
H A Dpy_tables_benchmark.py23 python_module=__file__,
34 python_module=__file__,
H A Dtrace_proto_tables.py27 python_module=__file__,
49 python_module=__file__,
H A Djit_tables.py34 python_module=__file__,
70 python_module=__file__,
H A Dperf_tables.py33 python_module=__file__,
102 python_module=__file__,
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dtables.py25 python_module=__file__,
34 python_module=__file__,
43 python_module=__file__,
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_python_functions.py223 return f.python_module is None and Variant.method in f.variants
227 return f.python_module is None and Variant.function in f.variants
231 return f.python_module == "nn"
235 return f.python_module == "fft"
239 return f.python_module == "linalg"
243 return f.python_module == "nested"
247 return f.python_module == "sparse"
251 return f.python_module == "special"
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DPythonPackageSpec.java217 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
240 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1239 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1261 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1283 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1304 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1321 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DPythonPackageSpec.java217 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
240 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1240 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1262 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1284 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1305 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
1322 * <code>string python_module = 3 [(.google.api.field_behavior) = REQUIRED];</code>
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py498 python_module: str | None
680 python_module = e.pop("python_module", None)
681 assert python_module is None or isinstance(
682 python_module, str
683 ), f"not a str: {python_module}"
685 python_module is None or Variant.method not in variants
938 python_module=python_module,
/aosp_15_r20/external/perfetto/tools/
H A Dgen_tp_table_headers.py81 input_path = get_relin_path_from_module_path(table.table.python_module)
95 get_header_path(get_relin_path_from_module_path(c.python_module))
/aosp_15_r20/external/perfetto/python/generators/trace_processor_table/
H A Dpublic.py122 python_module: Path to the Python module this table is defined in. Always
134 python_module: str

12