Home
last modified time | relevance | path

Searched refs:wraps (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/third_party/mindspore/mindspore/dataset/audio/
Dvalidators.py19 from functools import wraps
30 @wraps(method)
90 @wraps(method)
112 @wraps(method)
126 @wraps(method)
141 @wraps(method)
157 @wraps(method)
172 @wraps(method)
188 @wraps(method)
201 @wraps(method)
[all …]
/third_party/mindspore/mindspore/dataset/text/
Dvalidators.py19 from functools import wraps
45 @wraps(method)
63 @wraps(method)
82 @wraps(method)
105 @wraps(method)
123 @wraps(method)
145 @wraps(method)
160 @wraps(method)
171 @wraps(method)
184 @wraps(method)
[all …]
/third_party/mindspore/mindspore/dataset/transforms/
Dvalidators.py17 from functools import wraps
47 @wraps(method)
60 @wraps(method)
78 @wraps(method)
93 @wraps(method)
107 @wraps(method)
125 @wraps(method)
145 @wraps(method)
162 @wraps(method)
186 @wraps(method)
[all …]
/third_party/mindspore/mindspore/dataset/engine/
Dvalidators.py22 from functools import wraps
39 @wraps(method)
68 @wraps(method)
98 @wraps(method)
128 @wraps(method)
158 @wraps(method)
187 @wraps(method)
214 @wraps(method)
259 @wraps(method)
298 @wraps(method)
[all …]
/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py18 from functools import wraps
56 @wraps(method)
85 @wraps(method)
184 @wraps(method)
198 @wraps(method)
211 @wraps(method)
224 @wraps(method)
246 @wraps(method)
262 @wraps(method)
302 @wraps(method)
[all …]
/third_party/mindspore/mindspore/offline_debug/
Dmi_validators.py18 from functools import wraps
28 @wraps(method)
43 @wraps(method)
59 @wraps(method)
90 @wraps(method)
104 @wraps(method)
118 @wraps(method)
133 @wraps(method)
146 @wraps(method)
166 @wraps(method)
[all …]
/third_party/mindspore/tests/
Dsecurity_utils.py16 from functools import wraps
24 @wraps(func)
/third_party/mindspore/mindspore/dataset/callback/
Dvalidators.py20 from functools import wraps
28 @wraps(method)
/third_party/mindspore/mindspore/_extends/
Dutils.py18 from functools import wraps
37 @wraps(fn)
/third_party/python/Lib/idlelib/
Dzzdummy.py8 from functools import wraps
14 @wraps(format_line)
/third_party/python/Lib/test/
Dann_module.py9 from functools import wraps
57 @wraps(func)
Dinspect_fodder2.py121 from functools import wraps
124 @wraps(func)
/third_party/python/Lib/unittest/
Dsignals.py4 from functools import wraps
59 @wraps(method)
Dresult.py8 from functools import wraps
13 @wraps(method)
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_dynamic_stubs_test.py47 @functools.wraps(fn)
60 @functools.wraps(fn)
/third_party/python/Lib/importlib/
Dutil.py150 @functools.wraps(fxn)
170 @functools.wraps(fxn)
203 @functools.wraps(fxn)
/third_party/python/Lib/
Dcontextlib.py6 from functools import wraps
76 @wraps(func)
92 @wraps(func)
279 @wraps(func)
312 @wraps(func)
/third_party/flutter/skia/src/gpu/effects/
DGrTextureDomain.h92 static bool IsDecalSampled(const GrSamplerState::WrapMode wraps[2], Mode modeX, Mode modeY) { in IsDecalSampled()
93 return IsDecalSampled(wraps[0], wraps[1], modeX, modeY); in IsDecalSampled()
/third_party/mindspore/mindspore/mindrecord/
Dshardutils.py24 from functools import wraps
117 @wraps(func)
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncfilters.py1 from functools import wraps
38 @wraps(normal_filter)
/third_party/flutter/flutter/packages/flutter_tools/templates/module/
DREADME.md15 Contents wraps Flutter/Dart code as a Gradle project that defines an
64 Contents wraps Flutter/Dart code for consumption by an Xcode project.
/third_party/jinja2/
Dasyncfilters.py1 from functools import wraps
43 @wraps(normal_filter)
/third_party/skia/third_party/externals/jinja2/
Dasyncfilters.py1 from functools import wraps
43 @wraps(normal_filter)
/third_party/python/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py31 @functools.wraps(test_method)
/third_party/flutter/flutter/packages/flutter/test/material/
Ddata_table_test.dart200 Text('X ' * 2000), // wraps
228 Text('Lollipop'), // wraps
256 Text('Lollipop'), // wraps
465 …cellContent = find.widgetWithText(Align, 'Frozen yogurt'); // DataTable wraps its DataCells in an …
575 …cellContent = find.widgetWithText(Align, 'Frozen yogurt'); // DataTable wraps its DataCells in an …
673 …cellContent = find.widgetWithText(Align, 'Frozen yogurt'); // DataTable wraps its DataCells in an …
769 …cellContent = find.widgetWithText(Align, 'Frozen yogurt'); // DataTable wraps its DataCells in an …

12345678910>>...12