Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ObjectNames (0.08 sec)

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

    }
    
    std::string ObjectNames::GetDefaultSymbolTableName(int node_id) const {
      return absl::StrCat("__sm_node", node_id);
    }
    
    bool ObjectNames::IsExported(const std::string& name) {
      if (names_to_export_.empty()) {
        return true;
      }
      return names_to_export_.find(name) != names_to_export_.end();
    }
    
    void ObjectNames::RecursivelyVisitObjectGraph(int node_id) {
    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