Searched refs:implementing (Results 1 – 25 of 474) sorted by relevance
12345678910>>...19
/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 | 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 …
|
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 | default-synthesize.m | 20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… 42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one…
|
D | related-result-type-inference.m | 125 …ted-warning{{protocol method is expected to return an instance of the implementing class, but is d… 161 - (id)_ABC_init { // expected-warning {{category is implementing a method which will also be implem…
|
/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/lib/Target/XCore/ |
D | XCore.td | 14 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | Lanai.td | 11 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCore.td | 15 // Target-independent interfaces which we are implementing 41 // 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/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…
|
D | MatrixfreeSolverExample.dox | 8 …his end, user must provide a wrapper class inheriting EigenBase<> and implementing the following m…
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | Sparc.td | 14 // Target-independent interfaces which we are implementing 66 // Declare the target which we are implementing
|
/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/javaparser/ |
D | METADATA | 2 description: "This project contains a set of libraries implementing a Java 1.0 - Java 10 Parser wit…
|
/external/python/cpython3/Doc/library/ |
D | xmlrpc.rst | 8 ``xmlrpc`` is a package that collects server and client modules implementing
|
/external/python/cpython2/Doc/library/ |
D | gensuitemodule.rst | 11 The :mod:`gensuitemodule` module creates a Python package implementing stub code 40 package implementing the client stubs.
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 14 // Target-independent interfaces which we are implementing 146 // Declare the target which we are implementing
|
/external/bcc/src/cc/frontends/p4/test/ |
D | README.txt | 13 implementing the forwarding in the switch solely using the P4
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 11 // Target-independent interfaces which we are implementing
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | Alpha.td | 13 // Get the target-independent interfaces which we are implementing...
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVR.td | 13 // Target-independent interfaces which we are implementing
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | Sparc.td | 14 // Target-independent interfaces which we are implementing 165 // Declare the target which we are implementing
|
12345678910>>...19