Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h604 absl::optional<int> sub_op_instance = absl::nullopt);
607 absl::optional<int> sub_op_instance = absl::nullopt);
Dconvert_nodes.cc155 absl::optional<int> sub_op_instance) { in GetLayerNameSuffix() argument
157 if (sub_op_instance.has_value()) { in GetLayerNameSuffix()
159 absl::StrCat(op_suffix, "_", std::to_string(sub_op_instance.value())); in GetLayerNameSuffix()
1673 absl::optional<int> sub_op_instance) { in SetLayerName() argument
1674 std::string sub_op_suffix = GetLayerNameSuffix(sub_op_name, sub_op_instance); in SetLayerName()
1689 absl::optional<int> sub_op_instance) { in SetLayerName() argument
1691 GetLayerNameSuffix(sub_op_name, sub_op_instance); in SetLayerName()