Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc65 const std::string dst_postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConv() local
66 const std::string dst_postfix = dst_postfixes[dst_size - 1]; in GenerateConv()