- Sort Score
- Result 10 results
- Languages All
Results 31 - 37 of 37 for api_key (1.23 sec)
-
internal/kms/config.go
rootCAs, err = certs.GetRootCAs(opts.CADir) if err != nil { return nil, err } } client, err := kms.NewClient(&kms.Config{ Endpoints: endpoints, APIKey: key, TLS: &tls.Config{ MinVersion: tls.VersionTLS12, ClientSessionCache: tls.NewLRUClientSessionCache(tlsClientSessionCacheSize), RootCAs: rootCAs, }, })
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15K bytes - Viewed (0) -
tensorflow/c/c_api.h
// // This object maps the name of a TensorFlow operation to a description of the // API to generate for it, as defined by the ApiDef protocol buffer ( // https://www.tensorflow.org/code/tensorflow/core/framework/api_def.proto) // // The ApiDef messages are typically used to generate convenience wrapper // functions for TensorFlow operations in various language bindings. typedef struct TF_ApiDefMap TF_ApiDefMap;
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
api_def_map->update_docs_called = true; } string name_str(name, name_len); const auto* api_def = api_def_map->api_def_map.GetApiDef(name_str); if (api_def == nullptr) { return nullptr; } TF_Buffer* ret = TF_NewBuffer(); status->status = MessageToBuffer(*api_def, ret); if (!status->status.ok()) { TF_DeleteBuffer(ret); return nullptr; } return ret;
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 102.4K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), const AF_IRDA ideal-int pkg syscall (linux-arm-cgo), const AF_ISDN ideal-int pkg syscall (linux-arm-cgo), const AF_IUCV ideal-int pkg syscall (linux-arm-cgo), const AF_KEY ideal-int pkg syscall (linux-arm-cgo), const AF_LLC ideal-int pkg syscall (linux-arm-cgo), const AF_LOCAL ideal-int pkg syscall (linux-arm-cgo), const AF_MAX ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
api/go1.1.txt
pkg syscall (linux-386), const AF_IPX = 4 pkg syscall (linux-386), const AF_IRDA = 23 pkg syscall (linux-386), const AF_ISDN = 34 pkg syscall (linux-386), const AF_IUCV = 32 pkg syscall (linux-386), const AF_KEY = 15 pkg syscall (linux-386), const AF_LLC = 26 pkg syscall (linux-386), const AF_LOCAL = 1 pkg syscall (linux-386), const AF_MAX = 39 pkg syscall (linux-386), const AF_NETBEUI = 13
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.txt
pkg syscall (linux-386), const AF_IRDA ideal-int pkg syscall (linux-386), const AF_ISDN ideal-int pkg syscall (linux-386), const AF_IUCV ideal-int pkg syscall (linux-386), const AF_KEY ideal-int pkg syscall (linux-386), const AF_LLC ideal-int pkg syscall (linux-386), const AF_LOCAL ideal-int pkg syscall (linux-386), const AF_MAX ideal-int pkg syscall (linux-386), const AF_NETBEUI ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)