Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1674 std::string sub_op_suffix = GetLayerNameSuffix(sub_op_name, sub_op_instance); in SetLayerName() local
1675 if (sub_op_suffix.empty()) { in SetLayerName()
1679 absl::StrCat(node_def.name(), "-", sub_op_suffix)); in SetLayerName()