Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUniqueNodeName (0.6 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

              "'");
      }
    
      return feeds_by_node;
    }
    
    // Creates a unique name for a node that will be replacing a feed output tensor.
    std::string GetUniqueNodeName(
        absl::string_view node_name, int index,
        const std::unordered_map<string, Node*>& node_name_map) {
      std::string new_node_name_base = absl::StrCat(node_name, "_", index);
      int count = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top