Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 134 for failme (0.16 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	timestamp := time.Now()
    	metrics.Register()
    	total := 60
    	queueableNum := 50
    	queueable, failme := "queueable", "failme"
    	// First 50 Pods are queueable.
    	pInfos := makeQueuedPodInfos(queueableNum, "x", queueable, timestamp)
    	// The last 10 Pods are not queueable.
    	gated := makeQueuedPodInfos(total-queueableNum, "y", failme, timestamp)
    	// Manually mark them as gated=true.
    	for _, pInfo := range gated {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    		deviceOpened = false
    	} else if devicePathErr != nil {
    		return false, deviceToDetach.GenerateErrorDetailed("PathIsDevice failed", devicePathErr)
    	} else {
    		deviceOpened, deviceOpenedErr = hostUtil.DeviceOpened(deviceToDetach.DevicePath)
    		if deviceOpenedErr != nil {
    			return false, deviceToDetach.GenerateErrorDetailed("DeviceOpened failed", deviceOpenedErr)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/file-collection-vs-file-tree.png

    file-collection-vs-file-tree.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 185.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        }
    
        if (failed(MatchOutput(op.getResult()))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match output for quantized convolution_op.\n");
          return failure();
        }
    
        if (failed(MatchConvolutionFormat(op))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match dimension format for convolution_op.\n");
          return failure();
        }
    
        if (fuse_bias_constant) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            """
    
            when:
            fails "resolve"
    
            then:
            failure.assertHasDescription("Execution failed for task ':resolve'.")
            failure.assertHasCause("Could not resolve all files for configuration ':compile'.")
            failure.assertHasCause("Failed to transform a.jar to match attributes {artifactType=size}")
            failure.assertHasCause("Execution failed for ToNullTransform: ${file("a.jar").absolutePath}.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          return success();
        };
        if (failed(check_i64_attr("top_k"))) return failure();
        if (failed(check_i64_attr("reduction_dim"))) return failure();
        if (failed(check_f32_attr("recall_target"))) return failure();
        if (failed(check_bool_attr("aggregate_to_topk"))) return failure();
        if (failed(check_i64_attr("reduction_input_size_override"))) {
          return failure();
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        TypeRangeWithDesc branch_input{branch_type.getInputs(), desc};
        if (failed(VerifyTypeRangesAreCompatible(op, branch_input, input)))
          return failure();
    
        desc = branch_name(branch.index()) + " result";
        TypeRangeWithDesc branch_result{branch_type.getResults(), desc};
        if (failed(VerifyTypeRangesAreCompatible(op, branch_result, result)))
          return failure();
    
        branch_types.push_back(branch_type);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                                     func_type.getResults()));
    
      // Run shape inference on the function.
      if (failed(
              PropagateShapeToRegions(op.getOperandTypes(), {&func.getBody()}, 10)))
        return false;
      if (failed(InferShapeForFunctionReturnType(func))) return false;
    
      return false;
    }
    
    bool ShapeInference::InferShapeForXlaHostComputeMlir(
        _XlaHostComputeMlirOp host_compute_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      };
    
      if (check(op.getWindowDimensions(), "window_dimensions").failed())
        return failure();
    
      if (check(op.getWindowStrides(), "window_strides").failed()) return failure();
    
      if (check(op.getBaseDilations(), "base_dilations").failed()) return failure();
    
      if (check(op.getWindowDilations(), "window_dilations").failed())
        return failure();
    
      ElementsAttr padding;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:foo:{strictly 1.0} -> 1.0 FAILED
    \\--- lockedConf
    
    org:foo:1.1 (by constraint) FAILED
       Failures:
          - Could not resolve org:foo:1.1. (already reported)
    
    org:foo:1.1 FAILED
    \\--- lockedConf
    
    org:foo:1.+ FAILED
       Failures:
          - Could not resolve org:foo:1.+. (already reported)
    
    org:foo:1.+ FAILED
    \\--- lockedConf
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top