Home
last modified time | relevance | path

Searched defs:TOutput (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_implementation.hpp67 const PoolingImplementation<TInput, TOutput, OutputStage> * &selected in find_implementation() argument
Dpooling_depthfirst_generic_quantized.hpp37 using TOutput = typename strategy::return_type; typedef in arm_conv::pooling::PoolingDepthfirstGenericQuantized
Dpooling_depthfirst_generic.hpp276 const IGenericDepthfirstStrategy<TInput, TOutput, OutputStage> *strat, in PoolingDepthfirstGeneric() argument
Dpooling_depthfirst_cache_oblivious.hpp38 using TOutput = typename strategy::return_type; typedef in arm_conv::pooling::PoolingDepthfirstCacheOblivious
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_implementation.hpp69 const DepthwiseImplementation<TInput, TWeight, TOutput, OutputStage> * &selected in find_implementation() argument
/external/rust/android-crates-io/crates/taffy/src/util/
Dresolve.rs24 fn resolve_or_zero(self, context: TContext) -> TOutput; in resolve_or_zero()