Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 249 for evacuatedX (0.35 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

        repr_ds: RepresentativeDataset, sess: session.Session
    ) -> RepresentativeDataset:
      """Replaces tf.Tensors in samples by their evaluated numpy arrays.
    
      Note: This should be run in graph mode (default in TF1) only.
    
      Args:
        repr_ds: Representative dataset to replace the tf.Tensors with their
          evaluated values. `repr_ds` is iterated through, so it may not be reusable
          (e.g. if it is a generator object).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/interfaces.go

    	// match. A non-nil error means the request is rejected.
    	Dispatch(ctx context.Context, a admission.Attributes, o admission.ObjectInterfaces, hooks []H) error
    }
    
    // An evaluator represents a compiled CEL expression that can be evaluated a
    // given a set of inputs used by the generic PolicyHook for Mutating and
    // ValidatingAdmissionPolicy.
    // Mutating and Validating may have different forms of evaluators
    type Evaluator interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 21:06:39 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/types.go

    	// Mutually exclusive with expression and message.
    	// +optional
    	RequiredValue string `json:"requiredValue,omitempty"`
    
    	// expression represents the expression which will be evaluated by CEL.
    	// Must produce a boolean.
    	//
    	// CEL expressions have access to the contents of the token claims, organized into CEL variable:
    	// - 'claims' is a map of claim names to claim values.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/LocalComponentGraphResolveState.java

         * as dirty and in need of re-evaluation when we see certain types of modifications to a configuration.
         *
         * In the future, we could narrow the number of configurations that need to be re-evaluated, but it would
         * be better to get rid of the behavior that allows configurations to be modified once they've been observed.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/validtype.go

    //
    // we want to determine if the type A[A[string]] is valid.
    // We start evaluating A[A[string]] outside any type nest:
    //
    //   A[A[string]]
    //         nest =
    //         path =
    //
    // The RHS of A is now evaluated in the A[A[string]] nest:
    //
    //   struct{_ B[P₁]}
    //         nest = A[A[string]]
    //         path = A[A[string]]
    //
    // The struct has a single field of type B[P₁] with which
    // we continue:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 13:22:37 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/go/types/validtype.go

    //
    // we want to determine if the type A[A[string]] is valid.
    // We start evaluating A[A[string]] outside any type nest:
    //
    //   A[A[string]]
    //         nest =
    //         path =
    //
    // The RHS of A is now evaluated in the A[A[string]] nest:
    //
    //   struct{_ B[P₁]}
    //         nest = A[A[string]]
    //         path = A[A[string]]
    //
    // The struct has a single field of type B[P₁] with which
    // we continue:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/AbstractDependencyMetadataRulesTest.groovy

                }
            }
            metadata
        }
    
        def "dependency metadata rules are evaluated once and lazily for #metadataType metadata"() {
            given:
            def rule = Mock(Action)
    
            when:
            doAddDependencyMetadataRule(metadataImplementation, rule)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:39:10 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	// Mutually exclusive with expression and message.
    	// +optional
    	RequiredValue string `json:"requiredValue,omitempty"`
    
    	// expression represents the expression which will be evaluated by CEL.
    	// Must produce a boolean.
    	//
    	// CEL expressions have access to the contents of the token claims, organized into CEL variable:
    	// - 'claims' is a map of claim names to claim values.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/runlit.cfg.py

    from lit.llvm.subst import ToolSubst
    
    # Lint for undefined variables is disabled as config is not defined inside this
    # file, instead config is injected by way of evaluating runlit.cfg.py from
    # runlit.site.cfg.py which in turn is evaluated by lit.py. The structure is
    # common for lit tests and intended to only persist temporarily (b/136126535).
    # pylint: disable=undefined-variable
    # Configuration file for the 'lit' test runner.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 18:52:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/authentication/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // Spec holds information about the request being evaluated
      optional TokenRequestSpec spec = 2;
    
      // Status is filled in by the server and indicates whether the token can be authenticated.
      // +optional
      optional TokenRequestStatus status = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top