Home
last modified time | relevance | path

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

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