- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 583 for srcs (0.02 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Nov 02 06:47:06 UTC 2024 - 30.4K bytes - Viewed (0) -
tensorflow/c/eager/BUILD
], ) filegroup( name = "headers", srcs = [ "c_api.h", "c_api_experimental.h", "dlpack.h", ], visibility = ["//tensorflow:__subpackages__"], ) filegroup( name = "pywrap_headers_monitoring_reader", srcs = [ "c_api_experimental_reader.h", "tfe_monitoring_reader_internal.h", ],
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 11 23:52:39 UTC 2024 - 33.3K bytes - Viewed (0) -
tensorflow/c/eager/parallel_device/BUILD
filegroup( name = "lib_headers", srcs = ["parallel_device_lib.h"], ) filegroup( name = "lib_sources", srcs = ["parallel_device_lib.cc"], ) filegroup( name = "device_headers", srcs = ["parallel_device.h"], ) filegroup( name = "device_sources", srcs = ["parallel_device.cc"], ) filegroup( name = "headers", srcs = [ ":device_headers",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 21 04:14:14 UTC 2024 - 5.4K 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K 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 Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Aug 15 13:24:49 UTC 2024 - 3.5K bytes - Viewed (0) -
manifests/addons/dashboards/istio-workload-dashboard.json
"format": "time_series",...
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 102.7K bytes - Viewed (0) -
manifests/addons/dashboards/istio-service-dashboard.json
"format": "time_series",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 111.8K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/services.go
zDump := c.ztunnelDump svcs := slices.Filter(zDump.Services, filter.Verify) slices.SortFunc(svcs, func(a, b *ZtunnelService) int { if r := cmp.Compare(a.Namespace, b.Namespace); r != 0 { return r } if r := cmp.Compare(a.Name, b.Name); r != 0 { return r } return cmp.Compare(a.Hostname, b.Hostname) }) out, err := json.MarshalIndent(svcs, "", " ") if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 24 09:07:30 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/BeanUtil.java
* * @param src コピー元のBean。{@literal null}であってはいけません * @return コピーされた新しいBean */ public static Map<String, Object> copyBeanToNewMap(final Object src) { return copyBeanToNewMap(src, DEFAULT_OPTIONS); } public static Map<String, Object> copyBeanToNewMap(final Object src, final Consumer<CopyOptions> option) { return copyBeanToNewMap(src, buildCopyOptions(option)); }
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 21.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/foot.jsp
<script src="${fe:url('/js/admin/jquery-3.7.1.min.js')}" type="text/javascript"></script> <script src="${fe:url('/js/admin/popper.min.js')}" type="text/javascript"></script> <script src="${fe:url('/js/admin/bootstrap.min.js')}" type="text/javascript"></script> <script src="${fe:url('/js/admin/moment-with-locales.min.js')}" type="text/javascript"></script>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 823 bytes - Viewed (0)