Home
last modified time | relevance | path

Searched defs:use_weights_cache (Results 1 – 5 of 5) sorted by relevance

/external/XNNPACK/test/
Dprelu-operator-tester.h99 inline PReLUOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() argument
104 inline bool use_weights_cache() const { in use_weights_cache() function
Dfully-connected-operator-tester.h140 inline FullyConnectedOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() argument
145 inline bool use_weights_cache() const { in use_weights_cache() function
Ddeconvolution-operator-tester.h430 inline DeconvolutionOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() function
435 inline bool use_weights_cache() const { in use_weights_cache() function
Dconvolution-operator-tester.h536 inline ConvolutionOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() argument
541 inline bool use_weights_cache() const { in use_weights_cache() function
/external/XNNPACK/src/xnnpack/
Doperator.h315 static inline bool use_weights_cache(struct xnn_operator* op) { in use_weights_cache() function