Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/test/
H A Dprelu-operator-tester.h99 inline PReLUOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() function
104 inline bool use_weights_cache() const { in use_weights_cache() function
H A 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
H A 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
H A Dconvolution-operator-tester.h536 inline ConvolutionOperatorTester& use_weights_cache(bool use_weights_cache) { in use_weights_cache() function
541 inline bool use_weights_cache() const { in use_weights_cache() function
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Doperator.h315 static inline bool use_weights_cache(struct xnn_operator* op) { in use_weights_cache() function