Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,032 for OPT (0.02 sec)

  1. tensorflow/compiler/mlir/quantization/common/test_base.h

      }
    
      // Convenience function that returns the first operation of type `OpT` from
      // the `@main` function in `module_op`. Useful when testing with a text
      // representation of a `ModuleOp` containing a single function `@main`.
      // Returns `failure` iff there is no `@main` or no such operation is found in
      // `@main`.
      template <typename OpT>
      FailureOr<OpT> FindFirstOpFromMainFunc(ModuleOp module_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/tac_translate.cc

    #include "tensorflow/core/platform/init_main.h"
    
    using llvm::cl::opt;
    
    // NOLINTNEXTLINE
    opt<std::string> input_file_name(llvm::cl::Positional,
                                     llvm::cl::desc("<input file>"),
                                     llvm::cl::init("-"));
    
    // NOLINTNEXTLINE
    opt<std::string> output_file_name("o", llvm::cl::desc("<output file>"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 14:25:57 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/scheduling/v1beta1/types.go

    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// value represents the integer value of this priority class. This is the actual priority that pods
    	// receive when they have the name of this class in their pod spec.
    	Value int32 `json:"value" protobuf:"bytes,2,opt,name=value"`
    
    	// globalDefault specifies whether this PriorityClass should be considered as
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 13 13:16:35 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/types.go

    // +protobuf=true
    // +k8s:openapi-gen=true
    type TypeMeta struct {
    	// +optional
    	APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty" protobuf:"bytes,1,opt,name=apiVersion"`
    	// +optional
    	Kind string `json:"kind,omitempty" yaml:"kind,omitempty" protobuf:"bytes,2,opt,name=kind"`
    }
    
    const (
    	ContentTypeJSON     string = "application/json"
    	ContentTypeYAML     string = "application/yaml"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 19:12:58 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  5. pkg/volume/emptydir/empty_dir_linux.go

    	for _, opt := range mountPoint.Opts {
    		opt = strings.TrimSpace(opt)
    		prefix := "pagesize="
    		if strings.HasPrefix(opt, prefix) {
    			// NOTE: Adding suffix 'i' as result should be comparable with a medium size.
    			// pagesize mount option is specified without a suffix,
    			// e.g. pagesize=2M or pagesize=1024M for x86 CPUs
    			trimmedOpt := strings.TrimPrefix(opt, prefix)
    			if !strings.HasSuffix(trimmedOpt, "i") {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.6K bytes
    - Viewed (0)
  6. samples/bookinfo/src/details/Dockerfile

    #   See the License for the specific language governing permissions and
    #   limitations under the License.
    
    FROM ruby:3.3.0-slim
    
    WORKDIR /opt/microservices
    COPY Gemfile /opt/microservices/
    RUN bundle install
    
    COPY details.rb /opt/microservices/
    
    ARG service_version
    ENV SERVICE_VERSION ${service_version:-v1}
    ARG enable_external_book_service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 958 bytes
    - Viewed (0)
  7. pkg/test/echo/proto/echo.pb.go

    	Count         int32     `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
    	Qps           int32     `protobuf:"varint,2,opt,name=qps,proto3" json:"qps,omitempty"`
    	TimeoutMicros int64     `protobuf:"varint,3,opt,name=timeout_micros,json=timeoutMicros,proto3" json:"timeout_micros,omitempty"`
    	Url           string    `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. pkg/apis/certificates/v1beta1/defaults_test.go

    	}
    	base := opts[0]
    	for _, opt := range opts[1:] {
    		if opt.cn != "" {
    			base.cn = opt.cn
    		}
    		if opt.org != "" {
    			base.org = opt.org
    		}
    		if opt.ipAddresses != nil {
    			base.ipAddresses = opt.ipAddresses
    		}
    		if opt.dnsNames != nil {
    			base.dnsNames = opt.dnsNames
    		}
    		if opt.emailAddresses != nil {
    			base.emailAddresses = opt.emailAddresses
    		}
    		if opt.uris != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  9. pkg/kubemark/hollow_kubelet.go

    	c.SyncFrequency.Duration = 10 * time.Second
    	c.EvictionPressureTransitionPeriod.Duration = 5 * time.Minute
    	c.MaxPods = int32(opt.MaxPods)
    	c.PodsPerCore = int32(opt.PodsPerCore)
    	c.ClusterDNS = []string{}
    	c.ImageGCHighThresholdPercent = 90
    	c.ImageGCLowThresholdPercent = 80
    	c.ProviderID = fmt.Sprintf("kubemark://%v", opt.NodeName)
    	c.VolumeStatsAggPeriod.Duration = time.Minute
    	c.CgroupRoot = ""
    	c.CPUCFSQuota = true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:10:54 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

    //  * Option to serialize output to TFL flatbuffer format.
    
    using llvm::cl::opt;
    
    // NOLINTNEXTLINE
    opt<std::string> input_model(llvm::cl::Positional,
                                 llvm::cl::desc("<input model path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> output_path("o", llvm::cl::desc("<output path>"),
                                 llvm::cl::Required);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top