Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getVersions (0.13 sec)

  1. pkg/kubelet/kubelet_pods.go

    	const defaultLen = 1<<32 - defaultFirstID
    
    	if !utilfeature.DefaultFeatureGate.Enabled(features.UserNamespacesSupport) {
    		return defaultFirstID, defaultLen, nil
    	} else {
    		kernelVersion, err := utilkernel.GetVersion()
    		if err != nil {
    			return 0, 0, fmt.Errorf("failed to get kernel version, unable to determine if feature %s can be supported : %w",
    				features.UserNamespacesSupport, err)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        mlir::func::registerAllExtensions(registry);
        xla_call_module_context_.appendDialectRegistry(registry);
    
        auto l = tensorflow::XlaCallModuleLoader::Create(
            &xla_call_module_context_, op.getVersion(), op.getModule().str(),
            std::move(disabled_checks), std::move(platforms),
            /*num_invocation_args=*/op.getArgs().size(),
            op.getHasTokenInputOutput());
        if (!l.ok()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                                       std::string op_name) {
      uint32_t opcode_index =
          GetOpcodeIndex(op_name, tflite::BuiltinOperator_STABLEHLO_COMPOSITE);
    
      int32_t api_version = composite_op.getVersion()
                                .cast<mlir::vhlo::IntegerV1Attr>()
                                .getValue()
                                .getSExtValue();
    
      auto name = builder_.CreateString(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top