Home
last modified time | relevance | path

Searched full:implement (Results 1 – 25 of 4197) sorted by relevance

12345678910>>...168

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/
Dbuiltin_operations.py27 """Implement `scalar_add`."""
32 """Implement `scalar_mul`."""
37 """Implement `scalar_mul`."""
42 """Implement `scalar_sub`."""
47 """Implement `scalar_usub`."""
52 """Implement `tuple_getitem`."""
69 """Implement `scalar_gt`."""
74 """Implement `scalar_ne`."""
79 """Implement `scalar_eq`."""
84 """Implement `scalar_le`."""
[all …]
/third_party/typescript/tests/baselines/reference/
DclassAbstractGeneric.errors.txt1 …tractGeneric.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstra…
2 …tractGeneric.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstra…
3 …AbstractGeneric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstra…
4 …AbstractGeneric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstra…
5 …tractGeneric.ts(14,7): error TS2515: Non-abstract class 'E<T>' does not implement inherited abstra…
6 …tractGeneric.ts(18,7): error TS2515: Non-abstract class 'F<T>' does not implement inherited abstra…
21 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'bar' from…
23 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'foo' from…
27 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'bar' from cl…
29 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'foo' from cl…
[all …]
DclassAbstractInheritance.errors.txt1 …actInheritance.ts(13,7): error TS2515: Non-abstract class 'CC' does not implement inherited abstra…
2 …actInheritance.ts(15,7): error TS2515: Non-abstract class 'DD' does not implement inherited abstra…
3 …actInheritance.ts(19,7): error TS2515: Non-abstract class 'FF' does not implement inherited abstra…
21 !!! error TS2515: Non-abstract class 'CC' does not implement inherited abstract member 'foo' from c…
25 !!! error TS2515: Non-abstract class 'DD' does not implement inherited abstract member 'foo' from c…
31 !!! error TS2515: Non-abstract class 'FF' does not implement inherited abstract member 'foo' from c…
DclassAbstractDeclarations.d.errors.txt3 …eclarations.d.ts(11,15): error TS2515: Non-abstract class 'CC' does not implement inherited abstra…
4 …eclarations.d.ts(13,15): error TS2515: Non-abstract class 'DD' does not implement inherited abstra…
5 …eclarations.d.ts(17,15): error TS2515: Non-abstract class 'FF' does not implement inherited abstra…
25 !!! error TS2515: Non-abstract class 'CC' does not implement inherited abstract member 'foo' from c…
29 !!! error TS2515: Non-abstract class 'DD' does not implement inherited abstract member 'foo' from c…
35 !!! error TS2515: Non-abstract class 'FF' does not implement inherited abstract member 'foo' from c…
DabstractPropertyNegative.errors.txt2 …ropertyNegative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstra…
3 …ropertyNegative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstra…
4 …ropertyNegative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstra…
5 …ropertyNegative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstra…
38 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'm' from clas…
40 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'mismatch' fr…
42 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'prop' from c…
44 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'readonlyProp…
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_hash_table_dummy.cu25 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Find()
30 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Insert()
35 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Erase()
40 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Clear()
45 MS_LOG(EXCEPTION) << "Call dummy implement function."; in capacity()
50 MS_LOG(EXCEPTION) << "Call dummy implement function."; in size()
55 MS_LOG(EXCEPTION) << "Call dummy implement function."; in is_dirty()
60 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Reserve()
65 MS_LOG(EXCEPTION) << "Call dummy implement function."; in GetKeysAndValues()
70 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Import()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddevice_resource.cc24 … "Is this a valid device? If yes, please implement this InitResource() in the derived class."); in InitResource()
29 … "Is this a valid device? If yes, please implement this FinalizeResource() in the derived class."); in FinalizeResource()
34 …"Is this a valid device whose device memory is available? If yes, please implement this Sink() in … in Sink()
40 …"Is this a valid device whose device memory is available? If yes, please implement this Pop() in t… in Pop()
47 …"Is this a valid device whose device memory is available? If yes, please implement this DeviceData… in DeviceDataRelease()
52 …MS_LOG(ERROR) << "Is this a device which contains a processor object? If yes, please implement thi… in GetInstance()
59 …<< "Is this a device which contains context resource? If yes, please implement GetContext() in the… in GetContext()
65 …<< "Is this a device which contains stream resource? If yes, please implement GetContext() in the … in GetStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DREADME.txt22 3. Implement multiplication / division by constant (dag combiner hook?).
24 4. Implement non-constant shifts.
26 5. Implement varargs stuff.
30 7. Implement floating point stuff (softfp?)
32 8. Implement instruction encoding for (possible) direct code emission in the
35 9. Since almost all instructions set flags - implement brcond / select in better
40 11. Implement hooks for better memory op folding, etc.
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel.cc74 MS_LOG(ERROR) << "Model implement is null."; in Build()
138 MS_LOG(ERROR) << "Model implement is null."; in Build()
180 MS_LOG(ERROR) << "Model implement is null."; in Build()
254 MS_LOG(ERROR) << "Model implement is null."; in Build()
307 MS_LOG(ERROR) << "Model implement is null."; in Build()
357 MS_LOG(ERROR) << "Model implement is null."; in Resize()
369 MS_LOG(ERROR) << "Model implement is null."; in UpdateWeights()
380 MS_LOG(ERROR) << "Model implement is null."; in RunStep()
398 MS_LOG(ERROR) << "Model implement is null."; in Predict()
410 MS_LOG(ERROR) << "Model implement is null."; in Predict()
[all …]
/third_party/mesa3d/docs/relnotes/
D10.4.3.rst74 - st/nine: Implement TEXCOORD special behaviours
76 - st/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
77 - st/nine: implement TEXM3x2DEPTH
78 - st/nine: Implement TEXM3x2TEX
79 - st/nine: Implement TEXM3x3SPEC
80 - st/nine: Implement TEXDEPTH
81 - st/nine: Implement TEXDP3
82 - st/nine: Implement TEXDP3TEX
83 - st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
D20.3.0.rst199 - docs: Stop claiming to implement OpenVG
206 - glx: Implement GLX_EXT_swap_control for DRI2 and DRI3
207 - glx/dri3: Implement GLX_EXT_swap_control_tear
217 - mesa: Implement GL_ANGLE_pack_reverse_row_order
406 - panfrost: Implement YTR availability check
410 - panfrost: Implement panfrost_query_dmabuf_modifiers
588 - pan/mdg: Implement i/umul_high
591 - pan/mdg: Implement nir_intrinsic_load_sample_mask_in
594 - pan/mdg: Implement texture gathers
675 - pan/bi: Implement txb
[all …]
D20.0.0.rst74 - radv: implement VK_AMD_shader_explicit_vertex_parameter
78 - aco: implement GFX6 support
265 - pan/midgard: Implement nir_intrinsic_load_output_u8_as_fp16_pan
269 - pan/midgard: Implement linearly-constrained register allocation
282 - pan/midgard: Implement i2i64 and u2u64
286 - pan/midgard: Implement non-aligned UBOs
298 - pan/midgard: Implement load_sampler_lod_paramaters_pan
305 - panfrost: Implement pan_tiler for non-hierarchy GPUs
366 - pan/midgard: Implement textureOffset for 2D textures
381 - pan/midgard: Implement shadow cubemaps
[all …]
/third_party/elfutils/libcpu/
DChangeLog244 * i386_disasm.c: Implement AMD 3DNOW disassembly.
287 Add back %e format. Implement %a and %l formats.
340 * i386_data.h (FCT_mmxreg): Implement.
341 (FCT_mmxreg2): Implement.
350 * i386_data.h (FCT_ccc): Implement
351 (FCT_ddd): Implement
356 * i386_data.c (FCT_mod$16r_m): Implement.
363 (FCT_freg): Implement.
364 * i386_disasm.c (i386_disasm): Implement suffix_D.
395 * i386_data.h (FCT_imm16): Implement.
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/
Dtest_if_node.py15 """test Control flow(if) implement"""
24 pytest.skip(reason="not implement for python" + str(SYS_VER), allow_module_level=True)
165 Feature: Control flow(if) implement
182 Feature: Control flow(if) implement
200 Feature: Control flow(if) implement
218 Feature: Control flow(if) implement
236 Feature: Control flow(if) implement
254 Feature: Control flow(if) implement
272 Feature: Control flow(if) implement
292 Feature: Control flow(if) implement
[all …]
/third_party/mesa3d/src/imgui/
Dimconfig.h32 //---- Don't implement demo windows functionality (ShowDemoWindow()/ShowStyleEditor()/ShowUserGuide…
36 //---- Don't implement some functions to reduce linkage requirements.
37 //#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS // [Win32] Don't implement default clip…
38 //#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS // [Win32] Don't implement default IME …
40 …_FORMAT_STRING_FUNCTIONS // Don't implement ImFormatString/ImFormatStringV so you can
41 … // Don't implement ImFabs/ImSqrt/ImPow/ImFmod/ImCos/ImSin/ImAcos/ImAtan2 wrap…
42 //#define IMGUI_DISABLE_DEFAULT_ALLOCATORS // Don't implement default allocators c…
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.h64 // TODO(arthurhsu): IMPLEMENT EnumSet<Flags> Flags()
65 // TODO(arthurhsu): IMPLEMENT setFlags(EnumSet<Flags> flags)
82 // TODO(arthurhsu): IMPLEMENT EnumSet<MacStyle> macStyle()
83 // TODO(arthurhsu): IMPLEMENT setMacStyle(EnumSet<MacStyle> style)
108 // TODO(arthurhsu): IMPLEMENT: EnumSet<Flags>
110 // TODO(arthurhsu): IMPLEMENT: Flags() returning EnumSet<Flags>
130 // TODO(arthurhsu): IMPLEMENT: EnumSet<MacStyle>
132 // TODO(arthurhsu): IMPLEMENT: macStyle() returning EnumSet<MacStyle>
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.h42 // TODO(dfilimon): implement
54 // TODO(dfilimon): implement
61 // TODO(dfilimon): implement FileOutputStream in port/file_output_stream.*
64 // TODO(dfilimon): adapt & implement
69 // TODO(dfilimon): implement
75 // TODO(dfilimon): implement
83 // TODO(dfilimon): implement
/third_party/elfutils/
DNEWS531 Implement core file registers parsing for s390/s390x.
555 Implement support for ar archives with 64-bit symbol table.
740 readelf: Implement call frame information and exception handling dumping.
793 ld: implement newer features of binutils linker.
797 libcpu: Implement x86 and x86-64 disassembler.
913 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.
965 Implement --enable-gcov option for configure.
1147 libdw: fix memory handling. Implement source line handling.
1285 libelf: Implement ELF_F_PERMISSIVE.
1286 strip: Implement --permissive option.
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel.cc74 MS_LOG(ERROR) << "Model implement is null."; in Build()
92 MS_LOG(ERROR) << "Model implement is null."; in Build()
112 MS_LOG(ERROR) << "Model implement is null."; in Build()
168 MS_LOG(ERROR) << "Model implement is null."; in Build()
223 MS_LOG(ERROR) << "Model implement is null."; in Resize()
236 MS_LOG(ERROR) << "Model implement is null."; in RunStep()
247 MS_LOG(ERROR) << "Model implement is null."; in Predict()
281 MS_LOG(ERROR) << "Model implement is null."; in GetInputs()
294 MS_LOG(ERROR) << "Model implement is null."; in GetOutputs()
307 MS_LOG(ERROR) << "Model implement is null."; in GetInputByTensorName()
[all …]
/third_party/rust/crates/once_cell/
DCHANGELOG.md20 - Implement `UnwindSafe` even if the `std` feature is disabled.
130 - implement `Default` for `Lazy`: it creates an empty `Lazy<T>` which is initialized with `T::defau…
140 - implement `RefUnwindSafe` for `Lazy`.
148 - implement `Eq` for `OnceCell`.
175 - implement `Clone` for `sync::OnceCell<T> where T: Clone`
183 - implement `sync::OnceCell::get_or_try_init` if `parking_lot` feature is enabled
186 - implement `std::panic::RefUnwindSafe` and `std::panic::UnwindSafe` for `OnceCell`
202 - cells implement `PartialEq` and `From`
/third_party/rust/crates/static-assertions-rs/src/
Dassert_impl.rs11 /// Given some type `Foo`, it is expected to implement either `Snap`, `Crackle`,
79 // does not implement any at all.
91 /// This can be used to ensure types implement auto traits such as [`Send`] and
100 /// The following example fails to compile because raw pointers do not implement
111 …://doc.rust-lang.org/book/ch10-02-traits.html#using-trait-bounds-to-conditionally-implement-methods
136 /// The unit type cannot be converted from `u8` or `u16`, but it does implement
144 /// The following example fails to compile because raw pointers do not implement
214 /// Asserts that the type does **not** implement _all_ of the given traits.
216 /// This can be used to ensure types do not implement auto traits such as
225 /// Although `u32` implements `From<u16>`, it does not implement `Into<usize>`:
[all …]
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dassertions.xml6 Using semaphore to implement producer and consumer mechanism
9 Using semaphore to implement reader and writer problem
12 Using semaphore to implement philosopher problem
15 Using semaphore to implement sleeping Barber problem
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRFormatter.h34 /// Implement target specific printing for machine operand immediate value, so
42 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
47 llvm_unreachable("target did not implement parsing MIR immediate mnemonic"); in parseImmMnemonic()
50 /// Implement target specific printing of target custom pseudo source value.
59 /// Implement target specific parsing of target custom pseudo source value.
64 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/
Dtypes.cc481 MS_LOG(ERROR) << "Invalid tensor implement."; in CharName()
489 MS_LOG(ERROR) << "Invalid tensor implement."; in ElementNum()
497 MS_LOG(ERROR) << "Invalid tensor implement."; in DataType()
506 MS_LOG(ERROR) << "Invalid tensor implement."; in Shape()
514 MS_LOG(ERROR) << "Invalid tensor implement."; in Data()
522 MS_LOG(ERROR) << "Invalid tensor implement."; in MutableData()
530 MS_LOG(ERROR) << "Invalid tensor implement."; in SetDeviceData()
538 MS_LOG(ERROR) << "Invalid tensor implement."; in GetDeviceData()
546 MS_LOG(ERROR) << "Invalid tensor implement."; in IsConst()
554 MS_LOG(ERROR) << "Invalid tensor implement."; in DataSize()
[all …]
/third_party/rust/crates/io-lifetimes/
DCargo.toml20 # Optionally depend on fs_err to implement traits for its types for now.
24 # Optionally depend on os_pipe to implement traits for its types for now.
39 # Optionally depend on tokio to implement traits for its types.
41 # Optionally depend on socket2 to implement traits for its types.
43 # Optionally depend on mio to implement traits for its types.

12345678910>>...168