Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,957 for Versions (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc

    using ::tsl::StatusOr;
    using ::xla::ReplicaGroup;
    using ::xla::ShapeUtil;
    using ::xla::XlaBuilder;
    using ::xla::XlaComputation;
    using ::xla::XlaOp;
    
    static constexpr char kMlirModuleStr[] = R"(
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 1442 : i32}} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. licenses/github.com/hashicorp/hcl/LICENSE

    
    10. Versions of the License
    
    10.1. New Versions
    
          Mozilla Foundation is the license steward. Except as provided in Section
          10.3, no one other than the license steward has the right to modify or
          publish new versions of this License. Each version will be given a
          distinguishing version number.
    
    10.2. Effect of New Versions
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  3. docs/ru/docs/tutorial/schema-extra-example.md

    `examples` добавляются в <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#parameter-object" class="external-link" target="_blank">определение OpenAPI, к объекту `Parameter Object` (в спецификации)</a>.
    
    И для функций `Body()`, `File()` и `Form()` аргументы `example` или `examples` аналогично добавляются в <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#mediaTypeObject" class="external-link" target="_blank"> определение OpenAPI,...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/proxy.go

    		return nil, p.versionError(version, err)
    	}
    	return data, nil
    }
    
    func (p *proxyRepo) Zip(ctx context.Context, dst io.Writer, version string) error {
    	if version != module.CanonicalVersion(version) {
    		return p.versionError(version, fmt.Errorf("internal error: version passed to Zip is not canonical"))
    	}
    
    	encVer, err := module.EscapeVersion(version)
    	if err != nil {
    		return p.versionError(version, err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 03 15:21:05 UTC 2023
    - 13K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/list.md

    | `minio_cluster_objects_version_distribution` | Distribution of object versions across a cluster               |
    | `minio_cluster_usage_object_total`           | Total number of objects in a cluster                           |
    | `minio_cluster_usage_total_bytes`            | Total cluster usage in bytes                                   |
    | `minio_cluster_usage_version_total`          | Total number of versions (includes delete marker) in a cluster |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/check.go

    		}
    	}
    
    	// reuse Info.FileVersions if provided
    	versions := check.Info.FileVersions
    	if versions == nil {
    		versions = make(map[*syntax.PosBase]string)
    	}
    	check.versions = versions
    
    	pkgVersionOk := check.version.isValid()
    	if pkgVersionOk && len(files) > 0 && check.version.cmp(go_current) > 0 {
    		check.errorf(files[0], TooNew, "package requires newer Go version %v (application built with %v)",
    			check.version, go_current)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/workcmd/edit.go

    			return path, version, fmt.Errorf("invalid %s path: %v", adj, err)
    		}
    	}
    	if path != arg && !allowedVersionArg(version) {
    		return path, version, fmt.Errorf("invalid %s version: %q", adj, version)
    	}
    	return path, version, nil
    }
    
    // flagEditworkReplace implements the -replace flag.
    func flagEditworkReplace(arg string) {
    	before, after, found := strings.Cut(arg, "=")
    	if !found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. cmd/dependencyverifier/dependencyverifier.go

    }
    
    type module struct {
    	name    string
    	version string
    }
    
    func (m module) String() string {
    	if len(m.version) == 0 {
    		return m.name
    	}
    	return m.name + "@" + m.version
    }
    
    func parseModule(s string) module {
    	if !strings.Contains(s, "@") {
    		return module{name: s}
    	}
    	parts := strings.SplitN(s, "@", 2)
    	return module{name: parts[0], version: parts[1]}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 01:48:30 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  9. licenses/github.com/hashicorp/go-multierror/LICENSE

    
    10. Versions of the License
    
    10.1. New Versions
    
          Mozilla Foundation is the license steward. Except as provided in Section
          10.3, no one other than the license steward has the right to modify or
          publish new versions of this License. Each version will be given a
          distinguishing version number.
    
    10.2. Effect of New Versions
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  10. cmd/object-api-interface.go

    	// Object must have been read at this point.
    	IndexCB func() []byte
    
    	// InclFreeVersions indicates that free versions need to be included
    	// when looking up a version by fi.VersionID
    	InclFreeVersions bool
    	// SkipFreeVersion skips adding a free version when a tiered version is
    	// being 'replaced'
    	// Note: Used only when a tiered object is being expired.
    	SkipFreeVersion bool
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 20:27:52 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top