Home
last modified time | relevance | path

Searched refs:Contrast (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mindspore/tests/ut/python/dataset/
Dtest_contrast.py42 contrast_op = audio.Contrast(75.0)
59 contrast_op = audio.Contrast()
72 audio.Contrast(enhancement_amount)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dcontrast_op.cc36 return Contrast(input, output, static_cast<double>(enhancement_amount_)); in Compute()
40 return Contrast(temp, output, static_cast<float>(enhancement_amount_)); in Compute()
Daudio_utils.h135 Status Contrast(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, T enhancemen… in Contrast() function
/third_party/flutter/skia/src/sfnt/
DSkPanose.h75 enum class Contrast : SK_OT_BYTE { enum
229 enum class Contrast : SK_OT_BYTE { enum
346 enum class Contrast : SK_OT_BYTE { enum
/third_party/skia/src/sfnt/
DSkPanose.h75 enum class Contrast : SK_OT_BYTE { enum
229 enum class Contrast : SK_OT_BYTE { enum
346 enum class Contrast : SK_OT_BYTE { enum
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Daudio.h239 class Contrast final : public TensorTransform {
243 explicit Contrast(float enhancement_amount = 75.0);
246 ~Contrast() = default;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc181 struct Contrast::Data {
186 Contrast::Contrast(float enhancement_amount) : data_(std::make_shared<Data>(enhancement_amount)) {} in Contrast() function in mindspore::dataset::audio::Contrast
188 std::shared_ptr<TensorOperation> Contrast::Parse() { in Parse()
/third_party/typescript/tests/baselines/reference/
DuntypedModuleImport_withAugmentation2.types5 // This tests that augmenting an untyped module is forbidden even in an ambient context. Contrast w…
DuntypedModuleImport_withAugmentation2.symbols5 // This tests that augmenting an untyped module is forbidden even in an ambient context. Contrast w…
DuntypedModuleImport_withAugmentation2.errors.txt8 …t augmenting an untyped module is forbidden even in an ambient context. Contrast with `moduleAugme…
/third_party/libexif/test/testdata/
Dpentax_makernote_variant_3.jpg.parsed120 Entry 24: Contrast (Short)
225 Entry 28: 16416, Contrast
Dolympus_makernote_variant_4.jpg.parsed138 Entry 27: Contrast (Short)
Dolympus_makernote_variant_3.jpg.parsed132 Entry 27: Contrast (Short)
Dpentax_makernote_variant_2.jpg.parsed120 Entry 24: Contrast (Short)
Dolympus_makernote_variant_2.jpg.parsed138 Entry 30: Contrast (Short)
Dolympus_makernote_variant_5.jpg.parsed144 Entry 31: Contrast (Short)
Dcanon_makernote_variant_1.jpg.parsed183 Entry 12: 1, Contrast
Dpentax_makernote_variant_4.jpg.parsed132 Entry 28: Contrast (Short)
/third_party/icu/docs/userguide/
Dglossary.md23 …bols. Examples of alphabetic languages are English, Greek, and Russian. Contrast with ideographic …
44 …ritten with one, two, and three horizontal brush strokes, respectively. Contrast with Arabic numer…
88 …or phrase). An example of such a language is written Chinese (Zhongen). Contrast with alphabetic l…
89 …numerals. Indic numeral shapes correspond to the Arabic numeral shapes. Contrast with Arabic numer…
106 …an, and many other scripts. Examples of lowercase letters are a, b, and c. Contrast with uppercase.
108 …f characters in which each character is represented by 1 or more bytes. Contrast with DBCS and SBC…
124 …le MCMLXIV is 1964 in decimal because CM is 900, LX is 60, and IV is 4. Contrast with Arabic numer…
139 …an, and many other scripts. Examples of uppercase letters are A, B, and C. Contrast with lowercase.
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterViewControllerTest.m143 #pragma mark - Platform Contrast
/third_party/mindspore/mindspore/dataset/audio/
Dtransforms.py306 class Contrast(AudioTensorOperation): class
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_audio_a_to_q_test.cc732 auto ContrastOp = audio::Contrast(); in TEST_F()
771 auto contrast_op_01 = audio::Contrast(-10); in TEST_F()
779 auto contrast_op_02 = audio::Contrast(101); in TEST_F()
Dexecute_test.cc763 std::shared_ptr<TensorTransform> contrast_01 = std::make_shared<audio::Contrast>(); in TEST_F()
778 std::shared_ptr<TensorTransform> contrast_op = std::make_shared<audio::Contrast>(-10); in TEST_F()
/third_party/ffmpeg/libavfilter/
Dvf_vpp_qsv.c373 vpp->procamp_conf.Contrast = vpp->contrast; in config_output()
/third_party/libexif/po/
Den_GB.po1390 msgid "Contrast"
1391 msgstr "Contrast"
4619 msgid "Contrast+"
4620 msgstr "Contrast+"
4623 msgid "Contrast-"
4624 msgstr "Contrast-"
5070 msgid "Contrast Curve"
5071 msgstr "Contrast Curve"
5283 msgid "Contrast Setting"
5284 msgstr "Contrast Setting"

123