Searched defs:TOutput (Results 1 – 6 of 6) sorted by relevance
67 const PoolingImplementation<TInput, TOutput, OutputStage> * &selected in find_implementation() argument
37 using TOutput = typename strategy::return_type; typedef in arm_conv::pooling::PoolingDepthfirstGenericQuantized
276 const IGenericDepthfirstStrategy<TInput, TOutput, OutputStage> *strat, in PoolingDepthfirstGeneric() argument
38 using TOutput = typename strategy::return_type; typedef in arm_conv::pooling::PoolingDepthfirstCacheOblivious
69 const DepthwiseImplementation<TInput, TWeight, TOutput, OutputStage> * &selected in find_implementation() argument
24 fn resolve_or_zero(self, context: TContext) -> TOutput; in resolve_or_zero()