Home
last modified time | relevance | path

Searched refs:unique_postfix (Results 1 – 2 of 2) 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
142 operation->args_.RenameArgs(unique_postfix, &code); in AddOperation()
144 RETURN_IF_ERROR(args_.Merge(std::move(operation->args_), unique_postfix)); in AddOperation()
149 unique_postfix); in AddOperation()
153 unique_postfix); in AddOperation()
244 void GPUOperation::AddUniquePostfix(const std::string& unique_postfix) { in AddUniquePostfix() argument
246 src_tensors_names_[i] += unique_postfix; in AddUniquePostfix()
249 dst_tensors_names_[i] += unique_postfix; in AddUniquePostfix()
Dgpu_operation.h138 void AddUniquePostfix(const std::string& unique_postfix);