Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc141 std::string unique_postfix = absl::StrCat("_link", linkable_count_); in AddOperation() local
244 void GPUOperation::AddUniquePostfix(const std::string& unique_postfix) { in AddUniquePostfix()