Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.h64 struct DepthwiseConvParams { struct
65 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