- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 635 for const0 (0.05 sec)
-
api/go1.5.txt
pkg go/types, const Float32 BasicKind pkg go/types, const Float64 = 14 pkg go/types, const Float64 BasicKind pkg go/types, const Int = 2 pkg go/types, const Int BasicKind pkg go/types, const Int16 = 4 pkg go/types, const Int16 BasicKind pkg go/types, const Int32 = 5 pkg go/types, const Int32 BasicKind pkg go/types, const Int64 = 6 pkg go/types, const Int64 BasicKind pkg go/types, const Int8 = 3 pkg go/types, const Int8 BasicKind
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
tensorflow/c/eager/gradients_internal.h
const void* const* values, const size_t* lengths, int num_values, ForwardOperation*); absl::Status SetAttrFloatList(AbstractOperation*, const char* attr_name, const float* values, int num_values, ForwardOperation*); absl::Status SetAttrIntList(AbstractOperation*, const char* attr_name,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 4.7K bytes - Viewed (0) -
api/go1.13.txt
pkg log/syslog (netbsd-arm64), const LOG_ERR Priority pkg log/syslog (netbsd-arm64), const LOG_FTP = 88 pkg log/syslog (netbsd-arm64), const LOG_FTP Priority pkg log/syslog (netbsd-arm64), const LOG_INFO = 6 pkg log/syslog (netbsd-arm64), const LOG_INFO Priority pkg log/syslog (netbsd-arm64), const LOG_KERN = 0 pkg log/syslog (netbsd-arm64), const LOG_KERN Priority pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 = 128
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/except.txt
pkg os, const ModeDir FileMode pkg os, const ModeExclusive FileMode pkg os, const ModeIrregular FileMode pkg os, const ModeNamedPipe FileMode pkg os, const ModePerm FileMode pkg os, const ModeSetgid FileMode pkg os, const ModeSetuid FileMode pkg os, const ModeSocket FileMode pkg os, const ModeSticky FileMode pkg os, const ModeSymlink FileMode pkg os, const ModeTemporary FileMode pkg os, const ModeType = 2399141888
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
.github/workflows/create_issue.js
*/ module.exports = async ({github, context}) => { const rollback_commit = context.payload.head_commit.id; const pr_match_groups = context.payload.head_commit.message.match(/\Rollback of PR #(\d+).*/) || []; if (pr_match_groups.length != 2) { console.log(`PR Number not found in ${context.payload.head_commit.message}`); throw "Error extracting PR Number from commit message"; } const pr_number = parseInt(pr_match_groups[1]);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 18 23:04:59 UTC 2021 - 2.8K bytes - Viewed (0) -
api/go1.19.txt
pkg debug/elf, const R_LARCH_SOP_SR R_LARCH #46229 pkg debug/elf, const R_LARCH_SOP_SUB = 32 #46229 pkg debug/elf, const R_LARCH_SOP_SUB R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB16 = 53 #46229 pkg debug/elf, const R_LARCH_SUB16 R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB24 = 54 #46229 pkg debug/elf, const R_LARCH_SUB24 R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB32 = 55 #46229
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 17.9K bytes - Viewed (0) -
tensorflow/c/c_api.cc
} void TF_SetAttrString(TF_OperationDescription* desc, const char* attr_name, const void* value, size_t length) { tensorflow::StringPiece s(static_cast<const char*>(value), length); desc->node_builder.Attr(attr_name, s); } void TF_SetAttrStringList(TF_OperationDescription* desc, const char* attr_name, const void* const* values, const size_t* lengths,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
tensorflow/c/conversion_macros.h
} \ \ inline const cpp_impl *unwrap(const wrapper *w) { \ return reinterpret_cast<const cpp_impl *>(w); \ } \
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon May 04 16:24:03 UTC 2020 - 1.7K bytes - Viewed (0) -
tensorflow/c/c_test_util.h
const char* name = "feed", TF_DataType dtype = TF_INT32, const std::vector<int64_t>& dims = {}); TF_Operation* Const(TF_Tensor* t, TF_Graph* graph, TF_Status* s, const char* name = "const"); TF_Operation* ScalarConst(bool v, TF_Graph* graph, TF_Status* s, const char* name = "scalar");
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 09 01:06:53 UTC 2018 - 6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.idl
[ uuid(4fc742e0-4a10-11cf-8273-00aa004ae673), version(3.0) ] interface netdfs { import "../rpc.idl"; const uint32_t DFS_VOLUME_FLAVOR_STANDALONE = 0x100; const uint32_t DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; const uint32_t DFS_STORAGE_STATE_OFFLINE = 0x0001; const uint32_t DFS_STORAGE_STATE_ONLINE = 0x0002; const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.7K bytes - Viewed (0)