Home
last modified time | relevance | path

Searched refs:Custom (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/third_party/mindspore/mindspore/core/ops/
Dcustom.cc23 void Custom::Init(const std::string &type, const std::map<std::string, std::vector<uint8_t>> &attrs… in Init()
28 void Custom::set_type(const std::string &type) { (void)this->AddAttr(kType, MakeValue(type)); } in set_type()
30 std::string Custom::get_type() const { in get_type()
35 void Custom::set_attr(const std::map<std::string, std::vector<uint8_t>> &attrs) { in set_attr()
44 std::map<std::string, std::vector<uint8_t>> Custom::get_attr() const { in get_attr()
54 REGISTER_PRIMITIVE_C(kNameCustom, Custom);
Dcustom.h33 class MS_CORE_API Custom : public PrimitiveC {
36 Custom() : PrimitiveC(kNameCustom) {} in Custom() function
39 ~Custom() override = default;
41 MS_DECLARE_PARENT(Custom, PrimitiveC);
70 using PrimCustomPtr = std::shared_ptr<Custom>;
/third_party/jerryscript/tests/jerry-test-suite/08/08.12/08.12.02/
D08.12.02-001.js19 function Custom() { class
22 Custom.prototype = prot;
24 var obj = new Custom();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp89 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering()
90 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering()
91 setOperationAction(ISD::MUL, T, Custom); in initializeHVXLowering()
92 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering()
93 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
94 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in initializeHVXLowering()
96 setOperationAction(ISD::CONCAT_VECTORS, T, Custom); in initializeHVXLowering()
97 setOperationAction(ISD::INSERT_SUBVECTOR, T, Custom); in initializeHVXLowering()
98 setOperationAction(ISD::INSERT_VECTOR_ELT, T, Custom); in initializeHVXLowering()
99 setOperationAction(ISD::EXTRACT_SUBVECTOR, T, Custom); in initializeHVXLowering()
[all …]
DHexagonISelLowering.cpp1349 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in HexagonTargetLowering()
1350 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in HexagonTargetLowering()
1353 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering()
1354 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering()
1355 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in HexagonTargetLowering()
1356 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom); in HexagonTargetLowering()
1357 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering()
1358 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom); in HexagonTargetLowering()
1359 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering()
1360 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in HexagonTargetLowering()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp72 setOperationAction(ISD::LOAD, MVT::i32, Custom); in R600TargetLowering()
73 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in R600TargetLowering()
74 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in R600TargetLowering()
80 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
81 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
84 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
85 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
88 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
89 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
101 setOperationAction(ISD::STORE, MVT::i8, Custom); in R600TargetLowering()
[all …]
DSIISelLowering.cpp176 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in SITargetLowering()
177 setOperationAction(ISD::LOAD, MVT::v3i32, Custom); in SITargetLowering()
178 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in SITargetLowering()
179 setOperationAction(ISD::LOAD, MVT::v5i32, Custom); in SITargetLowering()
180 setOperationAction(ISD::LOAD, MVT::v8i32, Custom); in SITargetLowering()
181 setOperationAction(ISD::LOAD, MVT::v16i32, Custom); in SITargetLowering()
182 setOperationAction(ISD::LOAD, MVT::i1, Custom); in SITargetLowering()
183 setOperationAction(ISD::LOAD, MVT::v32i32, Custom); in SITargetLowering()
185 setOperationAction(ISD::STORE, MVT::v2i32, Custom); in SITargetLowering()
186 setOperationAction(ISD::STORE, MVT::v3i32, Custom); in SITargetLowering()
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Ddialog_theme_test.dart81 testWidgets('Custom dialog elevation', (WidgetTester tester) async {
99 testWidgets('Custom dialog shape', (WidgetTester tester) async {
118 testWidgets('Custom dialog shape matches golden', (WidgetTester tester) async {
140 testWidgets('Custom Title Text Style - Constructor Param', (WidgetTester tester) async {
157 testWidgets('Custom Title Text Style - Dialog Theme', (WidgetTester tester) async {
174 testWidgets('Custom Title Text Style - Theme', (WidgetTester tester) async {
191 testWidgets('Custom Content Text Style - Constructor Param', (WidgetTester tester) async {
208 testWidgets('Custom Content Text Style - Dialog Theme', (WidgetTester tester) async {
225 testWidgets('Custom Content Text Style - Theme', (WidgetTester tester) async {
/third_party/boost/libs/phoenix/doc/inside/
Dcustom_terminal.qbk10 [section Custom Terminals]
12 Custom Terminals are used in Phoenix to handle special values transparently.
16 Custom terminals could be any wrapper class:
/third_party/curl/tests/data/
Dtest433 …-H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:…
46 X-Custom-Header:
55 X-Custom-Header:
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst39 complete, module that defines a new type named :class:`Custom` inside a C
53 #. What a :class:`Custom` **object** contains: this is the ``CustomObject``
54 struct, which is allocated once for each :class:`Custom` instance.
55 #. How the :class:`Custom` **type** behaves: this is the ``CustomType`` struct,
67 This is what a Custom object will contain. ``PyObject_HEAD`` is mandatory
92 .tp_name = "custom.Custom",
93 .tp_doc = "Custom objects",
117 .tp_name = "custom.Custom",
124 >>> "" + custom.Custom()
127 TypeError: can only concatenate str (not "custom.Custom") to str
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1460 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering()
1461 setOperationAction(ISD::STORE, MVT::i64, Custom); in SparcTargetLowering()
1484 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
1485 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering()
1486 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SparcTargetLowering()
1487 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SparcTargetLowering()
1509 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in SparcTargetLowering()
1510 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering()
1511 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in SparcTargetLowering()
1512 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in SparcTargetLowering()
[all …]
/third_party/boost/libs/test/doc/testing_tools/
Dcustom_predicates.qbk9 [section:custom_predicates Custom predicate support]
23 [bt_example example30..Custom predicate support using __BOOST_LEVEL_PREDICATE__..run-fail]
37 [bt_example example31..Custom predicate support using class __class_predicate_result__..run-fail]
/third_party/grpc/examples/cpp/metadata/
DREADME.md8 Custom metadata must follow the "Custom-Metadata" format listed in
62 "Header key: custom-header , value: Custom Value"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp50 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
51 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in AVRTargetLowering()
76 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering()
77 setOperationAction(ISD::ADD, MVT::i64, Custom); in AVRTargetLowering()
81 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering()
82 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering()
83 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering()
84 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering()
85 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering()
86 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering()
[all …]
/third_party/protobuf/csharp/protos/
Dunittest_selfreferential_options.proto39 // Custom field option used in definition of the extension message.
48 // Custom field option used in definition of the custom option's message.
55 // Custom field option used on the definition of that field option.
/third_party/curl/winbuild/
DREADME.md101 - `CARES_PATH=<path>` - Custom path for c-ares
102 - `MBEDTLS_PATH=<path>` - Custom path for mbedTLS
103 - `NGHTTP2_PATH=<path>` - Custom path for nghttp2
104 - `SSH2_PATH=<path>` - Custom path for libSSH2
105 - `SSL_PATH=<path>` - Custom path for OpenSSL
106 - `ZLIB_PATH=<path>` - Custom path for zlib
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp72 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
73 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
74 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
75 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
76 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
80 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
134 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
137 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
141 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
144 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp207 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering()
208 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering()
209 setOperationAction(ISD::SETCC, MVT::i32, Custom); in AArch64TargetLowering()
210 setOperationAction(ISD::SETCC, MVT::i64, Custom); in AArch64TargetLowering()
211 setOperationAction(ISD::SETCC, MVT::f16, Custom); in AArch64TargetLowering()
212 setOperationAction(ISD::SETCC, MVT::f32, Custom); in AArch64TargetLowering()
213 setOperationAction(ISD::SETCC, MVT::f64, Custom); in AArch64TargetLowering()
214 setOperationAction(ISD::STRICT_FSETCC, MVT::f16, Custom); in AArch64TargetLowering()
215 setOperationAction(ISD::STRICT_FSETCC, MVT::f32, Custom); in AArch64TargetLowering()
216 setOperationAction(ISD::STRICT_FSETCC, MVT::f64, Custom); in AArch64TargetLowering()
[all …]
/third_party/boost/libs/beast/doc/qbk/04_http/
D10_custom_parsers.qbk10 [section Custom Parsers]
16 while the derived class decides what to do with those elements. Custom parsers
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.data25 Custom entropy sources: all standard
28 Custom entropy sources: none
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp71 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
76 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
78 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
103 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering()
109 STI.getHasJmp32() ? Custom : Promote); in BPFTargetLowering()
112 setOperationAction(ISD::CTTZ, MVT::i64, Custom); in BPFTargetLowering()
113 setOperationAction(ISD::CTLZ, MVT::i64, Custom); in BPFTargetLowering()
114 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering()
115 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering()
/third_party/boost/libs/asio/doc/overview/
Dallocation.qbk8 [section:allocation Custom Memory Allocation]
37 // Custom implementation of Allocator type requirements.
57 // Custom implementation of Allocator type requirements.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp202 setOperationAction(ISD::ABS , MVT::i16 , Custom); in X86TargetLowering()
203 setOperationAction(ISD::ABS , MVT::i32 , Custom); in X86TargetLowering()
205 setOperationAction(ISD::ABS , MVT::i64 , Custom); in X86TargetLowering()
209 setOperationAction(ShiftOp , MVT::i16 , Custom); in X86TargetLowering()
210 setOperationAction(ShiftOp , MVT::i32 , Custom); in X86TargetLowering()
212 setOperationAction(ShiftOp , MVT::i64 , Custom); in X86TargetLowering()
224 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
225 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
228 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
229 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp76 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering()
77 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering()
78 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering()
79 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering()
80 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering()
81 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering()
86 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
87 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
88 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in MSP430TargetLowering()
90 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
[all …]

12345678910>>...25