Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for getRelocations (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.cc

            debug_info->add_original_func_names(original_func_name.str());
          }
        }
      } else if (auto fused = mlir::dyn_cast<mlir::FusedLoc>(unwrapped_inst_loc)) {
        auto locations = fused.getLocations();
        if (locations.size() <= 1)
          return errors::InvalidArgument("expected experimental debuf info.");
        // skip the first one, which is the name of the node_def.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

                        DistributionManagement distMgmt = project.getModel().getDistributionManagement();
                        if (distMgmt != null) {
                            relocation = distMgmt.getRelocation();
    
                            artifact.setDownloadUrl(distMgmt.getDownloadUrl());
                            pomArtifact.setDownloadUrl(distMgmt.getDownloadUrl());
                        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 09:07:17 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReader.java

                        return true;
                    }
                }
            }
            return false;
        }
    
        public ModuleVersionIdentifier getRelocation() {
            Element distrMgt = getFirstChildElement(projectElement, DISTRIBUTION_MGT);
            Element relocation = getFirstChildElement(distrMgt, RELOCATION);
            if (relocation == null) {
                return null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    public final String getPackaging(); public final String getHomePage(); public final String getDescription(); public final org.apache.ivy.core.module.descriptor.License[] getLicenses(); public final org.apache.ivy.core.module.id.ModuleRevisionId getRelocation(); public final java.util.List getDependencies(); public final java.util.List getDependencyMgt(); public final java.util.List getPlugins(); public final java.util.Map getPomProperties(); private String replaceProps(String); private static String...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top