Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc156 std::string op_suffix(sub_op_name); in GetLayerNameSuffix() local
158 op_suffix = in GetLayerNameSuffix()
159 absl::StrCat(op_suffix, "_", std::to_string(sub_op_instance.value())); in GetLayerNameSuffix()
161 return op_suffix; in GetLayerNameSuffix()