Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc57 const std::string src_postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConv() local
58 const std::string src_postfix = src_postfixes[src_size - 1]; in GenerateConv()