Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 143 for defUse (0.21 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // A binding is invalid if spec.paramRef.name refers to a non-existent resource.
      //
      // failurePolicy does not define how validations that evaluate to false are handled.
      //
      // When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions
      // define how failures are enforced.
      //
      // Allowed values are Ignore or Fail. Defaults to Fail.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/kernels/tensor_list.h"
    
    #define DEBUG_TYPE "tf-tfl-legalization"
    
    //===----------------------------------------------------------------------===//
    // The actual LowerStaticTensorList Pass.
    //
    namespace mlir {
    
    #define GEN_PASS_DECL_LOWERSTATICTENSORLISTPASS
    #define GEN_PASS_DEF_LOWERSTATICTENSORLISTPASS
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/types.go

    	// A binding is invalid if spec.paramRef.name refers to a non-existent resource.
    	//
    	// failurePolicy does not define how validations that evaluate to false are handled.
    	//
    	// When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions
    	// define how failures are enforced.
    	//
    	// Allowed values are Ignore or Fail. Defaults to Fail.
    	// +optional
    	FailurePolicy *FailurePolicyType
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    //
    #ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
    #define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
    
    
    // Value-parameterized tests allow you to test your code with different
    // parameters without writing multiple copies of the same test.
    //
    // Here is how you use value-parameterized tests:
    
    #if 0
    
    // To write value-parameterized tests, first you should define a fixture
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // A binding is invalid if spec.paramRef.name refers to a non-existent resource.
      //
      // failurePolicy does not define how validations that evaluate to false are handled.
      //
      // When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions
      // define how failures are enforced.
      //
      // Allowed values are Ignore or Fail. Defaults to Fail.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    ====
    include::sample[dir="snippets/configurationCache/topLevel/kotlin",files="build.gradle.kts[tags=workaround]"]
    ====
    <1> Define the method inside an object.
    <2> Define the variable in a smaller scope.
    
    See link:{gradle-issues}22879[gradle/gradle#22879].
    
    [[config_cache:not_yet_implemented:build_services_in_fingerprint]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  7. src/go/parser/parser.go

    func (p *parser) parseSimpleStmt(mode int) (ast.Stmt, bool) {
    	if p.trace {
    		defer un(trace(p, "SimpleStmt"))
    	}
    
    	x := p.parseList(false)
    
    	switch p.tok {
    	case
    		token.DEFINE, token.ASSIGN, token.ADD_ASSIGN,
    		token.SUB_ASSIGN, token.MUL_ASSIGN, token.QUO_ASSIGN,
    		token.REM_ASSIGN, token.AND_ASSIGN, token.OR_ASSIGN,
    		token.XOR_ASSIGN, token.SHL_ASSIGN, token.SHR_ASSIGN, token.AND_NOT_ASSIGN:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h"
    #include "tensorflow/compiler/mlir/quantization/common/attrs_and_constraints.h"
    #include "tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.h"
    
    #define DEBUG_TYPE "stablehlo-compose-uniform-quantized-type"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    using ::mlir::quant::CreateI8F32UniformQuantizedPerAxisType;
    using ::mlir::quant::CreateI8F32UniformQuantizedType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// A binding is invalid if spec.paramRef.name refers to a non-existent resource.
    	//
    	// failurePolicy does not define how validations that evaluate to false are handled.
    	//
    	// When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions
    	// define how failures are enforced.
    	//
    	// Allowed values are Ignore or Fail. Defaults to Fail.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

    #include "tensorflow/compiler/mlir/tensorflow/utils/mangling_util.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    
    namespace mlir {
    
    namespace {
    
    constexpr char kDeviceAttr[] = "device";
    
    #define GEN_PASS_DEF_RESOURCEOPLIFTINGPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_device_passes.h.inc"
    
    // Lift resource operations out of device computation.
    struct ResourceOpLiftingPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top