Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dconv_test.cc36 static const int kFilterShape[] = {4, 3, 2, 2, 1}; variable
85 const int kFilterShape[] = {4, 1, 2, 4, 1}; in TF_LITE_MICRO_TEST() local
Dtranspose_conv_test.cc36 static const int kFilterShape[] = {4, 1, 3, 3, 2}; variable