Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 229 for opload (0.15 sec)

  1. platforms/documentation/docs/src/snippets/configurationCache/problemsFixedReuse/tests/load.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 100 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/configurationCache/problemsKotlin/tests/load.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 534 bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/internal/upload/Doc.txt

    report only contains the counters in the upload configuration.) The upload
    report is saved in the local directory with a name like YYYY-MM-DD.json, if
    there is no file already existing with that name.
    If the local report is different, it is saved in the local directory
    with a name like local.YYYY-MM-DD.json. The new upload report is
    added to the list of .json files from the first phase. At this point
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. platforms/software/publish/src/integTest/groovy/org/gradle/api/tasks/UploadTaskIntegrationTest.groovy

    import org.gradle.util.GradleVersion
    /**
     This test exists to ensure that the {@code @Deprecated} {@link Upload} task can still be registered
     and its properties accessed for backwards compatibility; but that it throws an exception upon usage.
     */
    class UploadTaskIntegrationTest extends AbstractIntegrationSpec {
        def "deprecated Upload task class can be registered and properties accessed, but fails at execution time"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. .github/workflows/scorecards-analysis.yml

              publish_results: true
    
          # Upload the results as artifacts (optional).
          - name: "Upload artifact"
            uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
            with:
              name: SARIF file
              path: results.sarif
              retention-days: 5
    
          # Upload the results to GitHub's code scanning dashboard.
          - name: "Upload to code-scanning"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 21 23:56:23 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/telemetry/internal/upload/run.go

    	UploadURL    string    // if set, overrides the telemetry upload endpoint
    	LogWriter    io.Writer // if set, used for detailed logging of the upload process
    	Env          []string  // if set, appended to the config download environment
    	StartTime    time.Time // if set, overrides the upload start time
    }
    
    // Run generates and uploads reports, as allowed by the mode file.
    func Run(config RunConfig) error {
    	defer func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 21:12:15 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. pkg/ctrlz/assets/templates/home.html

            var url = window.location.protocol + "//" + window.location.host + "/homej/";
    
            var ajax = new XMLHttpRequest();
            ajax.onload = onload;
            ajax.onerror = onerror;
            ajax.open("GET", url, true);
            ajax.send();
    
            function onload() {
                if (this.status == 200) { // request succeeded
                    var hi = JSON.parse(this.responseText);
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/configurationCache/problemsGroovy/tests/load.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 514 bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/libexport/load.cc

    #include "tensorflow/core/util/tensor_bundle/tensor_bundle.h"
    
    namespace tensorflow {
    namespace libexport {
    
    using protobuf::RepeatedPtrField;
    
    tensorflow::StatusOr<TFPackage> TFPackage::Load(const std::string& path) {
      // Load the proto
      TFPackage tf_package;
      const string saved_model_pb_path = io::JoinPath(path, kSavedModelFilenamePb);
      const string saved_model_pbtxt_path =
          io::JoinPath(path, kSavedModelFilenamePbTxt);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 13 15:16:07 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. tensorflow/cc/experimental/libexport/load.h

      //
      // GraphDef nodes are stored as a repeating list of nodes.  At module load
      // time, a module may have constants that need to be restored.  To restore
      // these constants, they are looked up in the GraphDef's nodes by their name.
      // Since we may need to load many constants, we create a hash map of these
      // names to their corresponding nodes at load time in order to look them up
      // in constant time.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 13 06:33:42 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top