Searched refs:kMaxSupportedOutputDepth (Results 1 – 2 of 2) sorted by relevance
99 const int kMaxSupportedOutputDepth = 1024; in TryTestOneDepthwiseConv() local100 if (output_depth > kMaxSupportedOutputDepth) { in TryTestOneDepthwiseConv()
843 const int kMaxSupportedOutputDepth = 1024; in TryTestDepthwiseConv() local844 if (output_depth > kMaxSupportedOutputDepth) { in TryTestDepthwiseConv()