Home
last modified time | relevance | path

Searched refs:kMaxSupportedOutputDepth (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_float_test.cc99 const int kMaxSupportedOutputDepth = 1024; in TryTestOneDepthwiseConv() local
100 if (output_depth > kMaxSupportedOutputDepth) { in TryTestOneDepthwiseConv()
Ddepthwiseconv_quantized_test.cc843 const int kMaxSupportedOutputDepth = 1024; in TryTestDepthwiseConv() local
844 if (output_depth > kMaxSupportedOutputDepth) { in TryTestDepthwiseConv()