Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,122 for OPT (0.02 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go

    //
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type GroupVersionResource struct {
    	Group    string `json:"group" protobuf:"bytes,1,opt,name=group"`
    	Version  string `json:"version" protobuf:"bytes,2,opt,name=version"`
    	Resource string `json:"resource" protobuf:"bytes,3,opt,name=resource"`
    }
    
    func (gvr *GroupVersionResource) String() string {
    	if gvr == nil {
    		return "<nil>"
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 04 09:55:26 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/types.go

    	// replicas is the number of Pods created by the StatefulSet controller.
    	Replicas int32 `json:"replicas" protobuf:"varint,2,opt,name=replicas"`
    
    	// readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.
    	ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,3,opt,name=readyReplicas"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/README.md

    Chain POSTROUTING (policy ACCEPT)
    target     prot opt source               destination
    KUBE-POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0            /* kubernetes postrouting rules */
    
    Chain KUBE-MARK-MASQ (2 references)
    target     prot opt source               destination
    MARK       all  --  0.0.0.0/0            0.0.0.0/0            MARK or 0x4000
    
    Chain KUBE-POSTROUTING (1 references)
    target     prot opt source               destination
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_quote_v1.5.0.txt

    	if out := Go(); out != go1 {
    		t.Errorf("Go() = %q, want %q", out, go1)
    	}
    }
    
    func TestOpt(t *testing.T) {
    	opt := "If a program is too slow, it must have a loop."
    	if out := Opt(); out != opt {
    		t.Errorf("Opt() = %q, want %q", out, opt)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    	// +optional
    	Resource string `json:"resource,omitempty" protobuf:"bytes,1,opt,name=resource"`
    	// +optional
    	Namespace string `json:"namespace,omitempty" protobuf:"bytes,2,opt,name=namespace"`
    	// +optional
    	Name string `json:"name,omitempty" protobuf:"bytes,3,opt,name=name"`
    	// +optional
    	UID types.UID `json:"uid,omitempty" protobuf:"bytes,4,opt,name=uid,casttype=k8s.io/apimachinery/pkg/types.UID"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tf_tfl_translate_cl.cc

    #include "tensorflow/compiler/mlir/lite/tf_tfl_translate_cl.h"
    
    using llvm::cl::opt;
    
    // TODO(jpienaar): Revise the command line option parsing here.
    // NOLINTNEXTLINE
    opt<std::string> input_file_name(llvm::cl::Positional,
                                     llvm::cl::desc("<input file>"),
                                     llvm::cl::init("-"));
    
    // NOLINTNEXTLINE
    opt<bool> import_saved_model_object_graph(
        "savedmodel-objectgraph-to-mlir",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/types.go

    	// +optional
    	ParametersRef *ResourceClaimParametersReference `json:"parametersRef,omitempty" protobuf:"bytes,2,opt,name=parametersRef"`
    
    	// Allocation can start immediately or when a Pod wants to use the
    	// resource. "WaitForFirstConsumer" is the default.
    	// +optional
    	AllocationMode AllocationMode `json:"allocationMode,omitempty" protobuf:"bytes,3,opt,name=allocationMode"`
    }
    
    // AllocationMode describes whether a ResourceClaim gets allocated immediately
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 10:22:35 UTC 2024
    - 30K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180214005840-23179ee8a569.txt

    	if out := Go(); out != go1 {
    		t.Errorf("Go() = %q, want %q", out, go1)
    	}
    }
    
    func TestOpt(t *testing.T) {
    	opt := "If a program is too slow, it must have a loop."
    	if out := Opt(); out != opt {
    		t.Errorf("Opt() = %q, want %q", out, opt)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709160352-0d003b9c4bfa.txt

    	if out := Go(); out != go1 {
    		t.Errorf("Go() = %q, want %q", out, go1)
    	}
    }
    
    func TestOpt(t *testing.T) {
    	opt := "If a program is too slow, it must have a loop."
    	if out := Opt(); out != opt {
    		t.Errorf("Opt() = %q, want %q", out, opt)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/runlit.cfg.py

    ]
    tool_names = [
        'dtensor-opt',
        'flatbuffer_to_string',
        'flatbuffer_translate',
        'hlo_to_kernel',
        'json_to_flatbuffer',
        'kernel-gen-opt',
        'mlir-hlo-opt',
        'mlir-opt',
        'mlir-tflite-runner',
        'mlir-translate',
        'odml-to-stablehlo-opt',
        'odml_to_stablehlo',
        'odml-converter',
        'stable-quant-opt',
        'tac-opt-all-backends',
        'tac-translate',
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 18:52:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top