Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for mood (0.27 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    									Properties: map[string]apiextensions.JSONSchemaProps{
    										"good": {
    											Type:    "string",
    											Pattern: "a",
    										},
    										"bad": {
    											Type:    "string",
    											Pattern: "b",
    										},
    									},
    									Default: jsonPtr(map[string]interface{}{
    										"good": "a",
    										"bad":  "a",
    									}),
    								},
    								"e": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	{ir.ODIV, types.TUINT64}: ssa.OpDiv64u,
    
    	{ir.OMOD, types.TINT8}:   ssa.OpMod8,
    	{ir.OMOD, types.TUINT8}:  ssa.OpMod8u,
    	{ir.OMOD, types.TINT16}:  ssa.OpMod16,
    	{ir.OMOD, types.TUINT16}: ssa.OpMod16u,
    	{ir.OMOD, types.TINT32}:  ssa.OpMod32,
    	{ir.OMOD, types.TUINT32}: ssa.OpMod32u,
    	{ir.OMOD, types.TINT64}:  ssa.OpMod64,
    	{ir.OMOD, types.TUINT64}: ssa.OpMod64u,
    
    	{ir.OAND, types.TINT8}:   ssa.OpAnd8,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // SmallVector<Values, 4> new_values;
    // for (int i = 0; i < num_iterations; ++i) {
    //   body_fn(old_values, &new_values, ...);
    //   old_values = new_values;
    // }
    // ```
    //
    // Under the hood an induction variable is prepended to values to control the
    // number of iterations, but that is transparent to `body_fn`, which does not
    // need to care about that.
    static void CreateWhile32(Location loc, int num_iterations,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %result : tensor<3xi1>
    
      // CHECK-NOT: tfl.one_hot
    }
    
    // CHECK-LABEL: replaceReshapeEqualWithOneHot
    func.func @replaceReshapeEqualWithOneHot(%arg: tensor<2x1xi32>) -> tensor<2x3xi1> {
      // Good match: Replace with one_hot
      %cst = arith.constant dense<[0, 1, 2]> : tensor<3xi32>
      %result = "tfl.equal"(%arg, %cst) : (tensor<2x1xi32>, tensor<3xi32>) -> tensor<2x3xi1>
      func.return %result : tensor<2x3xi1>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is
      // reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
      // because the local default config is always assumed good.
      // You should not make assumptions about the node's method of determining config stability
      // and correctness, as this may change or become configurable in the future.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is
    	// reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
    	// because the local default config is always assumed good.
    	// You should not make assumptions about the node's method of determining config stability
    	// and correctness, as this may change or become configurable in the future.
    	// +optional
    	LastKnownGood *NodeConfigSource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"error":         "Error describes any problems reconciling the Spec.ConfigSource...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	// 	https://github.com/kubernetes/kubernetes/pull/111090#discussion_r935994282
    	// The tl;dr is: you can easily run into permission issues that seem unexpected, we don't
    	// know of any good use case and we can always enable them later.
    
    	// Note we already validated above spec.SecurityContext is not nil.
    	if spec.SecurityContext.HostNetwork {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is
      // reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
      // because the local default config is always assumed good.
      // You should not make assumptions about the node's method of determining config stability
      // and correctness, as this may change or become configurable in the future.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
Back to top