Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for condenses (0.17 sec)

  1. tensorflow/c/experimental/ops/gen/README.md

    rendering/view framework) or re-used (e.g. `cpp:Renderer` could likely be shared
    with C and Java as a common C-style language renderer base class).
    
    Abstracted and condensed from the C++ generator, the overall control flow could
    be described as follows:
    
    From main() in *generate_lang_main.cc*:
    
    *   Call `tensorflow::port::InitMain` and parse any flags
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go

    	// "If you add a new member to a 1-node cluster, the cluster cannot make progress before the new member starts
    	// because it needs two members as majority to agree on the consensus. You will only see this behavior between the time
    	// etcdctl member add informs the cluster about the new member and the new member successfully establishing a connection to the
    	// existing one."
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:09:42 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. src/crypto/ed25519/ed25519vectors_test.go

    // encodings. These vectors lock in unspecified and spec-divergent behaviors in
    // edge cases that are not security relevant in most contexts, but that can
    // cause issues in consensus applications if changed.
    //
    // Our behavior matches the "classic" unwritten verification rules of the
    // "ref10" reference implementation.
    //
    // Note that although we test for these edge cases, they are not covered by the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 25 14:52:51 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/topologymanager/topology_manager.go

    	// is optionally marked "preferred" and indicates the set of NUMA nodes
    	// involved in the hypothetical allocation. The topology manager calls
    	// this function for each hint provider, and merges the hints to produce
    	// a consensus "best" hint. The hint providers may subsequently query the
    	// topology manager to influence actual resource assignment.
    	GetTopologyHints(pod *v1.Pod, container *v1.Container) map[string][]TopologyHint
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 15 12:43:16 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                private void renderDetailsTable(PerformanceReportScenario scenario) {
                    table().classAttr("table table-condensed table-bordered table-striped");
                        tr();
                            th().text("Date").end();
                            th().text("Commit").end();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. cluster/images/etcd/migrate/migrate_client.go

    	return nil
    }
    
    // SetEtcdVersionKeyValue writes the given version to the etcd 'etcd_version' key.
    // If no error is returned, the write was successful, indicating the etcd server is available
    // and able to perform consensus writes.
    func (e *CombinedEtcdClient) SetEtcdVersionKeyValue(version *EtcdVersion) error {
    	return e.Put(version, "etcd_version", version.String())
    }
    
    // Put write a single key value pair to etcd.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 15 13:53:06 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/productpage.py

        """ Display productpage with normal user and test user buttons"""
        global productpage
    
        table = json2html.convert(json=json.dumps(productpage),
                                  table_attributes="class=\"table table-condensed table-bordered table-hover\"")
    
        return render_template('index.html', serviceTable=table)
    
    
    @app.route('/health')
    def health():
        return 'Product page is healthy'
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (1)
  8. src/test/java/jcifs/tests/PACTest.java

        @Test
        public void testNFold () {
            // rfc3961 test vectors
            verifyNfold(64, "012345", "be072631276b1955");
            verifyNfold(56, "password", "78a07b6caf85fa");
            verifyNfold(64, "Rough Consensus, and Running Code", "bb6ed30870b7f0e0");
            verifyNfold(168, "password", "59e4a8ca7c0385c3c37b3f6d2000247cb6e6bd5b3e");
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    this.startDate : this.endDate;
    L691:            var arrow = this.locale.direction == 'ltr' ? {left: 'chevron-left', right: 'chevron-right'} : {left: 'chevron-right', right: 'chevron-left'};
    L692:
    L693:            var html = '<table class="table-condensed">';
    L694:            html += '<thead>';
    L695:            html += '<tr>';
    L696:
    L697:            // add empty cell for week number
    L698:            if (this.showWeekNumbers || this.showISOWeekNumbers)
    L699:                html += '<th></th>';
    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  10. cmd/data-scanner.go

    		})
    	}
    
    	return objInfos, nil
    }
    
    // applyActions will apply lifecycle checks on to a scanned item.
    // The resulting size on disk will always be returned.
    // The metadata will be compared to consensus on the object layer before any changes are applied.
    // If no metadata is supplied, -1 is returned if no action is taken.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:43:17 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top