- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 610 for srcs (0.11 sec)
-
tensorflow/c/BUILD
licenses = ["notice"], ) filegroup( name = "safe_ptr_hdr", srcs = ["safe_ptr.h"], visibility = [ "//tensorflow:internal", ], ) cc_library( name = "safe_ptr", srcs = [ "safe_ptr.cc", "//tensorflow/c/eager:headers", ], hdrs = ["safe_ptr.h"], visibility = [
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 30.6K bytes - Viewed (0) -
tensorflow/BUILD
# filegroup( # name = "copybara_library", # srcs = glob( # [ # "*.bara.sky", # "*.dic", # "*.ftrcp", # ], # exclude = [ # "copy.bara.sky", # ], # ), # visibility = ["//visibility:public"], # ) # # filegroup( # name = "copybara_config", # srcs = ["copy.bara.sky"], # data = [
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
ci/official/requirements_updater/BUILD.bazel
# TODO(ybaturina): Remove once TF is migrated to CUDA 12.9. genrule( name = "nvidia_constraints", srcs = ["nvidia-requirements.txt"], outs = ["nvidia-constraints.txt"], cmd = """sed -E "s/>=/==/" $(location nvidia-requirements.txt) > $@;""", ) compile_pip_requirements( name = "requirements", srcs = [ "nvidia-requirements.txt", "requirements.in", ":nvidia_constraints", ],
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 1.4K bytes - Viewed (0) -
api/maven-api-model/src/main/java/org/apache/maven/api/model/InputSource.java
} return getModelId() + " " + getLocation(); } public static InputSource merge(InputSource src1, InputSource src2) { return new InputSource(Stream.concat(src1.sources(), src2.sources()).collect(Collectors.toSet())); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 3.8K bytes - Viewed (0) -
cmd/metacache-stream_test.go
"src/compress/gzip/gzip_test.go", "src/compress/gzip/issue14937_test.go", "src/compress/gzip/testdata/", "src/compress/gzip/testdata/issue6550.gz.base64", "src/compress/lzw/", "src/compress/lzw/reader.go", "src/compress/lzw/reader_test.go", "src/compress/lzw/writer.go", "src/compress/lzw/writer_test.go", "src/compress/testdata/", "src/compress/testdata/e.txt", "src/compress/testdata/gettysburg.txt", "src/compress/testdata/pi.txt", "src/compress/zlib/", "src/compress/zlib/example_test.go", "src/compress/zlib/reader.go",...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 15K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/BeanUtil.java
* * @param src The source Bean. Must not be {@literal null}. * @param dest The destination Bean. Must not be {@literal null}. */ public static void copyBeanToBean(final Object src, final Object dest) { copyBeanToBean(src, dest, DEFAULT_OPTIONS); } /** * Copies properties from one Bean to another Bean. * * @param src The source Bean. Must not be {@literal null}.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.5K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameServicePacketTest.java
byte[] src = new byte[20]; src[0] = (byte) 0xC0; src[1] = (byte) 0x0C; NameServicePacket.writeInt2(NameServicePacket.A, src, 2); // recordType NameServicePacket.writeInt2(NameServicePacket.IN, src, 4); // recordClass NameServicePacket.writeInt4(100, src, 6); // ttl NameServicePacket.writeInt2(6, src, 10); // rDataLength (for one NbtAddress)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/Encdec.java
* * @param src the source byte array * @param si the starting index in the source array * @return the decoded integer value */ public static int dec_uint32be(final byte[] src, final int si) { return (src[si] & 0xFF) << 24 | (src[si + 1] & 0xFF) << 16 | (src[si + 2] & 0xFF) << 8 | src[si + 3] & 0xFF; } /** * Decodes a 16-bit unsigned integer from little-endian byte order.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.5K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch
- ((const char *) (src))[2], ((const char *) (src))[3], \ - ((const char *) (src))[4], ((const char *) (src))[5] } }), \ - __extension__ ((__STRING2_COPY_ARR7) \ - { { ((const char *) (src))[0], ((const char *) (src))[1], \ - ((const char *) (src))[2], ((const char *) (src))[3], \ - ((const char *) (src))[4], ((const char *) (src))[5], \
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 42.9K bytes - Viewed (0)