Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,040 for populator (0.34 sec)

  1. pkg/apis/discovery/v1beta1/conversion_test.go

    		{
    			desc: "nodeName and topology[hostname] are populated with same values",
    			external: v1beta1.Endpoint{
    				NodeName: utilpointer.String("node-1"),
    				Topology: map[string]string{
    					corev1.LabelHostname: "node-1",
    				},
    			},
    			internal: discovery.Endpoint{
    				NodeName: utilpointer.String("node-1"),
    			},
    		},
    		{
    			desc: "only topology[hostname] is populated",
    			external: v1beta1.Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.h

    #define TENSORFLOW_COMPILER_MLIR_TENSORFLOW_TRANSFORMS_LOWER_TF_H_
    
    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "mlir/IR/PatternMatch.h"  // from @llvm-project
    
    namespace mlir {
    namespace TF {
    
    // Populates TensorFlow lowering patterns to lower some of the TensorFlow
    // operations that can be represented using other TensorFlow operations.
    // TODO(laurenzo): For some reason, TFLite uses this pass and has exact
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 27 15:05:02 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/split_into_island_per_op_pass.cc

      if (num_control_fetches > 0) {
        fetch_op.getFetchesMutable().erase(graph_op.getNumResults(),
                                           num_control_fetches);
      }
    }
    
    }  // namespace
    
    // Populates an empty IslandOp and with a NoOp or Identity/IdentityN depending
    // on if there are any data results.
    void PopulateEmptyIsland(tf_executor::IslandOp island) {
      OpBuilder builder(&island.GetBody(), island.GetBody().begin());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/execution/taskgraph/DefaultTaskExecutionGraphSpec.groovy

        }
    
        private FinalizedExecutionPlan populate(List<Task> tasks) {
            executionPlan.addEntryTasks(tasks)
            executionPlan.determineExecutionPlan()
            def finalizedPlan = executionPlan.finalizePlan()
            taskGraph.populate(finalizedPlan)
            return finalizedPlan
        }
    
        void populateAndExecute(List<Task> tasks) {
            def finalizedPlan = populate(tasks)
            executedTasks.clear()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Serialization.java

        stream.writeInt(map.size());
        for (Map.Entry<K, V> entry : map.entrySet()) {
          stream.writeObject(entry.getKey());
          stream.writeObject(entry.getValue());
        }
      }
    
      /**
       * Populates a map by reading an input stream, as part of deserialization. See {@link #writeMap}
       * for the data format.
       */
      static <K extends @Nullable Object, V extends @Nullable Object> void populateMap(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 06 16:06:58 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/math/PairedStatsAccumulator.java

       * R*R)} of the population standard deviation of {@code y}, where {@code R} is the Pearson's
       * correlation coefficient (as given by {@link #pearsonsCorrelationCoefficient()}).
       *
       * <p>The corresponding root-mean-square error in {@code x} as a function of {@code y} is a
       * fraction {@code sqrt(1/(R*R) - 1)} of the population standard deviation of {@code x}. This fit
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Serialization.java

        stream.writeInt(map.size());
        for (Map.Entry<K, V> entry : map.entrySet()) {
          stream.writeObject(entry.getKey());
          stream.writeObject(entry.getValue());
        }
      }
    
      /**
       * Populates a map by reading an input stream, as part of deserialization. See {@link #writeMap}
       * for the data format.
       */
      static <K extends @Nullable Object, V extends @Nullable Object> void populateMap(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 06 16:06:58 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/interface_test.go

    			want:     &PreFilterResult{NodeNames: sets.New[string]()},
    		},
    		"nil receiver populated input": {
    			in:   &PreFilterResult{NodeNames: sets.New("node1")},
    			want: &PreFilterResult{NodeNames: sets.New("node1")},
    		},
    		"empty receiver populated input": {
    			receiver: &PreFilterResult{NodeNames: sets.New[string]()},
    			in:       &PreFilterResult{NodeNames: sets.New("node1")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 22 04:41:59 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. guava/src/com/google/common/math/StatsAccumulator.java

      }
    
      /**
       * Returns the <a href="http://en.wikipedia.org/wiki/Variance#Sample_variance">unbiased sample
       * variance</a> of the values. If this dataset is a sample drawn from a population, this is an
       * unbiased estimator of the population variance of the population. The count must be greater than
       * one.
       *
       * <p>This is not guaranteed to return zero when the dataset consists of the same value multiple
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  10. src/crypto/x509/x509.go

    	RevokedCertificates []pkix.RevokedCertificate
    
    	// Number is used to populate the X.509 v2 cRLNumber extension in the CRL,
    	// which should be a monotonically increasing sequence number for a given
    	// CRL scope and CRL issuer. It is also populated from the cRLNumber
    	// extension when parsing a CRL.
    	Number *big.Int
    
    	// ThisUpdate is used to populate the thisUpdate field in the CRL, which
    	// indicates the issuance date of the CRL.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top