Home
last modified time | relevance | path

Searched refs:implementing (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/external/gemmlowp/doc/
Doutput.md13 Besides implementing a quantization paradigm, the other thing that output
14 pipelines is good for, is implementing fused operations where a matrix
16 additional array traversals. For instance, when implementing neural network
19 implementing the Convolutional operator itself, directly into the bias-addition
20 and activation function. gemmlowp's output pipelines allow implementing that:
/external/clang/test/SemaObjC/
Dprotocol-implementing-class-methods.m24 - (void) initialize {NSImage *p=0; [p initialize]; } // expected-warning {{category is implementing
26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also …
27 - (void) CEMeth {}; // expected-warning {{category is implementing a method which will also be impl…
Dwarn-deprecated-implementations.m18 + (void)F { } // No warning, implementing its own deprecated method
20 - (void) E {} // No warning, implementing deprecated method in its class extension.
28 - (void) G {} // No warning, implementing its own deprecated method
Dincomplete-implementation.m13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple…
25 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple…
66 - (void)ImpleThisMethod {} // expected-warning {{category is implementing a method which will also …
/external/auto/factory/src/test/resources/good/
DMultipleFactoriesImplementingInterface.java27 @AutoFactory(implementing = Base.Factory.class)
30 @AutoFactory(implementing = Base.Factory.class)
DMixedDepsImplementingInterfaces.java25 @AutoFactory(implementing = {FromInt.class, MarkerA.class})
28 @AutoFactory(implementing = {FromObject.class, MarkerB.class})
DGenerics.java32 @AutoFactory(implementing = FooFactory.class)
39 @AutoFactory(implementing = FooFactory.class)
DSimpleClassImplementingMarker.java19 @AutoFactory(implementing = RandomAccess.class)
/external/rust/android-crates-io/crates/pin-project/tests/ui/pinned_drop/
Dinvalid.stderr31 error: implementing the trait `PinnedDrop` is not unsafe
37 error: implementing the method `drop` is not unsafe
40 74 | unsafe fn drop(self: Pin<&mut Self>) {} //~ ERROR implementing the method `drop` is no…
127 error: implementing the trait `PinnedDrop` on this type is unsupported
133 error: implementing the trait `PinnedDrop` on this type is unsupported
139 error: implementing the trait `PinnedDrop` on this type is unsupported
/external/llvm/lib/Target/Lanai/
DLanai.td11 // Target-independent interfaces which we are implementing
40 // Declare the target which we are implementing
/external/llvm/lib/Target/XCore/
DXCore.td15 // Target-independent interfaces which we are implementing
41 // Declare the target which we are implementing
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanai.td10 // Target-independent interfaces which we are implementing
39 // Declare the target which we are implementing
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanai.td10 // Target-independent interfaces which we are implementing
39 // Declare the target which we are implementing
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCore.td14 // Target-independent interfaces which we are implementing
40 // Declare the target which we are implementing
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
DXCore.td14 // Target-independent interfaces which we are implementing
40 // Declare the target which we are implementing
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java786 .implementing(Callable.class) in testImplementingInterfaces()
787 .implementing(Comparable.class) in testImplementingInterfaces()
802 .implementing(Callable.class) in testCallSuperWithInterfaceMethod()
822 .implementing(Callable.class) in testImplementInterfaceCallingThroughConcreteClass()
849 .implementing(Callable.class) in testImplementInterfaceCallingThroughInterface()
893 .implementing(FooReturnsVoid.class, FooReturnsString.class, FooReturnsInt.class) in testInterfacesSameNamesDifferentReturnTypes()
910 FooReturnsVoid f = (FooReturnsVoid)proxyFor(Object.class).implementing(FooReturnsVoid.class) in testCallInterfaceSuperMethod()
927 .implementing(FooReturnsInt.class, FooReturnsInt2.class) in testInterfacesSameNamesSameReturnType()
1023 .implementing(ExtendsAnotherInterface.class) in testExtraInterfaceExtendsInterface()
1249 .implementing(Runnable.class).withSharedClassLoader().buildProxyClass();
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVE.td13 // Target-independent interfaces which we are implementing
42 // Declare the target which we are implementing
/external/eigen/doc/
DCustomizingEigen_NullaryExpr.dox7 …ipulation with minimal efforts such that \ref TopicNewExpressionType "implementing new expression"…
11 …t with the \em circulant example of the \ref TopicNewExpressionType "implementing new expression"…
26 1 - a proper \c circulant_functor storing the input vector and implementing the adequate coefficien…
63 … references to the input matrix and to the two arrays of indices, and implementing the required \c…
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVE.td13 // Target-independent interfaces which we are implementing
54 // Declare the target which we are implementing
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/
DBUILD.bazel9 # Also consider implementing classes from com.code_intelligence.jazzer.*.
30 # Also consider implementing classes from com.code_intelligence.jazzer.*.
/external/eigen/Eigen/
DSVD23 …* - JacobiSVD implementing two-sided Jacobi iterations is numerically very accurate, fast for sma…
24 …* - BDCSVD implementing a recursive divide & conquer strategy on top of an upper-bidiagonalizatio…
/external/crosvm/docs/book/src/devices/
Dvhost_user.md6 Here is a diagram showing how vhost-user block device back-end (implementing the actual disk in
7 userspace) and a vhost-user block front-end (implementing the device facing the guest OS) in crosvm
/external/rust/android-crates-io/crates/writeable/
DREADME.md8 sink implementing `std::fmt::Write`. It is an alternative to `std::fmt::Display` with the
45 // Types implementing `Writeable` are recommended to also implement `fmt::Display`.
/external/auto/value/userguide/
Dextensions.md28 You can use [AutoService] to make implementing the `ServiceLoader` pattern easy.
32 behavior by overriding or implementing new methods.
/external/pigweed/pw_bluetooth_sapphire/host/gap/
DREADME.md1 This directory provides a library for implementing the Bluetooth Generic Access

12345678910>>...37