Home
last modified time | relevance | path

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

12345678910>>...13

/external/gemmlowp/doc/
Doutput.md13 Besides implementing a quantization paradigms, the other thing that output
14 pipelines are 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:
Dquantization.md279 The different parts of gemmlowp implementing aspects of the above discussion
301 The specific output pipeline stage implementing the present quantization
302 paradigm, i.e. implementing the precise computation detailed in the previous
314 implementing it, `OutputStageQuantizeDownInt32ToUint8Scale`, and the new output
315 stage implementing the new paradigm,
/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…
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 …
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
Ddefault-synthesize.m20 @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…
Drelated-result-type-inference.m125 …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/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCore.td14 // 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/llvm/lib/Target/Lanai/
DLanai.td11 // Target-independent interfaces which we are implementing
40 // 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…
DMatrixfreeSolverExample.dox8 …his end, user must provide a wrapper class inheriting EigenBase<> and implementing the following m…
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparc.td14 // Target-independent interfaces which we are implementing
66 // Declare the target which we are implementing
/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/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java743 .implementing(Callable.class) in testImplementingInterfaces()
744 .implementing(Comparable.class) in testImplementingInterfaces()
759 .implementing(Callable.class) in testCallSuperWithInterfaceMethod()
778 .implementing(Callable.class) in testImplementInterfaceCallingThroughConcreteClass()
804 .implementing(Callable.class) in testImplementInterfaceCallingThroughInterface()
846 .implementing(FooReturnsVoid.class, FooReturnsString.class, FooReturnsInt.class) in testInterfacesSameNamesDifferentReturnTypes()
863 .implementing(FooReturnsInt.class, FooReturnsInt2.class) in testInterfacesSameNamesSameReturnType()
959 .implementing(ExtendsAnotherInterface.class) in testExtraInterfaceExtendsInterface()
/external/python/cpython2/Doc/library/
Dgensuitemodule.rst11 The :mod:`gensuitemodule` module creates a Python package implementing stub code
40 package implementing the client stubs.
/external/llvm/lib/Target/SystemZ/
DSystemZ.td11 // Target-independent interfaces which we are implementing
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlpha.td13 // Get the target-independent interfaces which we are implementing...
/external/llvm/lib/Target/Sparc/
DSparc.td14 // Target-independent interfaces which we are implementing
146 // Declare the target which we are implementing
/external/llvm/lib/Target/WebAssembly/
DWebAssembly.td17 // Target-independent interfaces which we are implementing
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPU.td14 // Get the target-independent interfaces which we are implementing.
/external/libese/libese-hw/nxp/pn80t/
DREADME.md13 When implementing a new backend, the required header is:
/external/swiftshader/third_party/subzero/runtime/
Dszrt_ll.ll11 ;; too uncommon and complex for a particular target to bother implementing
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump40 // for implementing Google Mock.
55 // This is used in implementing the IgnoreResult(a) action.
/external/v8/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump40 // for implementing Google Mock.
55 // This is used in implementing the IgnoreResult(a) action.

12345678910>>...13