Searched defs:DepthwiseConvParams (Results 1 – 1 of 1) sorted by relevance
64 struct DepthwiseConvParams { struct65 bool UseLocalMem() const { in UseLocalMem()68 int GetKernelsTotalSize() const { in GetKernelsTotalSize()71 int GetWorkGroupTotalSize() const { in GetWorkGroupTotalSize()74 int channel_multiplier;99 const DepthwiseConvParams& params); argument