- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 227 for merge (0.03 sec)
-
docs/en/docs/contributing.md
Whatβs changing now: * π« Weβre no longer accepting new community-submitted translation PRs. * β³ Existing open PRs will be reviewed and can still be merged if completed within the next 3 weeks (since July 11 2025). * π In the future, we will only support languages where at least three active native speakers are available to review and maintain translations.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 14.9K bytes - Viewed (0) -
tensorflow/c/c_api.h
// -1 and `dims` can be null. If a dimension is unknown, the // corresponding entry in the `dims` array must be -1. // // This does not overwrite the existing shape associated with `output`, // but merges the input shape with the existing shape. For example, // setting a shape of [-1, 2] with an existing shape [2, -1] would set // a final shape of [2, 2] based on shape merging semantics. //
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
docs/ko/docs/help-fastapi.md
* Pull requestκ° νμνμ§ μμ κ°λ₯μ±λ μμ΅λλ€. **λ€λ₯Έ λ°©μ**μΌλ‘ λ¬Έμ λ₯Ό ν΄κ²°ν μ μλ€λ©΄, κ·Έ λ°©λ²μ μ μνκ±°λ μ§λ¬Έν μ μμ΅λλ€. ### μ€νμΌμ λ무 μ κ²½ μ°μ§ μκΈ° * μ»€λ° λ©μμ§ μ€νμΌ κ°μ κ²μ λ무 μ κ²½ μ°μ§ μμλ λ©λλ€. μ λ μ§μ 컀λ°μ μμ νμ¬ squash and mergeλ₯Ό μνν κ²μ λλ€. * μ½λ μ€νμΌ κ·μΉλ κ±±μ ν νμ μμ΅λλ€. μ΄λ―Έ μλνλ λꡬλ€μ΄ μ΄λ₯Ό κ²μ¬νκ³ μμ΅λλ€. μ€νμΌμ΄λ μΌκ΄μ± κ΄λ ¨ μμ²μ΄ νμν κ²½μ°, μ κ° μ§μ μμ²νκ±°λ νμν λ³κ²½ μ¬νμ μΆκ° 컀λ°μΌλ‘ μμ ν κ²μ λλ€. ### μ½λ νμΈνκΈ° * μ½λλ₯Ό μ½κ³ , **λ Όλ¦¬μ μΌλ‘ νλΉ**νμ§ νμΈν ν λ‘컬μμ μ€ννμ¬ λ¬Έμ κ° ν΄κ²°λλμ§ νμΈνμΈμ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 16.3K bytes - Viewed (0) -
src/archive/tar/reader.go
hdr.Size = n } // Read the sparse map according to the appropriate format. if is1x0 { return readGNUSparseMap1x0(tr.curr) } return readGNUSparseMap0x1(hdr.PAXRecords) } // mergePAX merges paxHdrs into hdr for all relevant fields of Header. func mergePAX(hdr *Header, paxHdrs map[string]string) (err error) { for k, v := range paxHdrs { if v == "" { continue // Keep the original USTAR value }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Iterables.java
if (iterable instanceof Collection) { return ((Collection<?>) iterable).isEmpty(); } return !iterable.iterator().hasNext(); } /** * Returns an iterable over the merged contents of all given {@code iterables}. Equivalent entries * will not be de-duplicated. * * <p>Callers must ensure that the source {@code iterables} are in non-descending order as this
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 43.6K bytes - Viewed (0) -
LICENSE
distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 33.7K bytes - Viewed (0) -
LICENSE
your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
* and values are the result of applying the provided mapping functions to the input elements. * * <p>If the mapped keys contain duplicates (according to {@link Object#equals(Object)}), the * values are merged using the specified merging function. If the merging function returns {@code * null}, then the collector removes the value that has been computed for the key thus far (though * future occurrences of the key would reinsert it).
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 41.2K bytes - Viewed (0) -
docs/debugging/xl-meta/main.go
combineFilled[i] = 1 } } combineFilledBlocks[block] = combineFilled combineSharedBlocks[block] = combineShared fmt.Println("Retrying with merged data") if addedFiles >= len(files[partIdx]) { attempt++ goto nextAttempt } } } } } if m.blockOffset != len(combined) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 40.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/Iterables.java
if (iterable instanceof Collection) { return ((Collection<?>) iterable).isEmpty(); } return !iterable.iterator().hasNext(); } /** * Returns an iterable over the merged contents of all given {@code iterables}. Equivalent entries * will not be de-duplicated. * * <p>Callers must ensure that the source {@code iterables} are in non-descending order as this
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 43.3K bytes - Viewed (0)