Searched refs:implementing (Results 1 – 25 of 901) sorted by relevance
12345678910>>...37
/external/gemmlowp/doc/ |
D | output.md | 13 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/ |
D | protocol-implementing-class-methods.m | 24 - (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…
|
D | warn-deprecated-implementations.m | 18 + (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
|
D | incomplete-implementation.m | 13 - 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/ |
D | MultipleFactoriesImplementingInterface.java | 27 @AutoFactory(implementing = Base.Factory.class) 30 @AutoFactory(implementing = Base.Factory.class)
|
D | MixedDepsImplementingInterfaces.java | 25 @AutoFactory(implementing = {FromInt.class, MarkerA.class}) 28 @AutoFactory(implementing = {FromObject.class, MarkerB.class})
|
D | Generics.java | 32 @AutoFactory(implementing = FooFactory.class) 39 @AutoFactory(implementing = FooFactory.class)
|
D | SimpleClassImplementingMarker.java | 19 @AutoFactory(implementing = RandomAccess.class)
|
/external/rust/android-crates-io/crates/pin-project/tests/ui/pinned_drop/ |
D | invalid.stderr | 31 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/ |
D | Lanai.td | 11 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 15 // 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/ |
D | Lanai.td | 10 // 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/ |
D | Lanai.td | 10 // 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/ |
D | XCore.td | 14 // 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/ |
D | XCore.td | 14 // 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/ |
D | ProxyBuilderTest.java | 786 .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/ |
D | VE.td | 13 // Target-independent interfaces which we are implementing 42 // Declare the target which we are implementing
|
/external/eigen/doc/ |
D | CustomizingEigen_NullaryExpr.dox | 7 …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/ |
D | VE.td | 13 // 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/ |
D | BUILD.bazel | 9 # Also consider implementing classes from com.code_intelligence.jazzer.*. 30 # Also consider implementing classes from com.code_intelligence.jazzer.*.
|
/external/eigen/Eigen/ |
D | SVD | 23 …* - 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/ |
D | vhost_user.md | 6 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/ |
D | README.md | 8 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/ |
D | extensions.md | 28 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/ |
D | README.md | 1 This directory provides a library for implementing the Bluetooth Generic Access
|
12345678910>>...37