- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for nameMap (0.07 sec)
-
callbacks.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Tue Mar 26 03:33:36 UTC 2024 - 8.6K bytes - Viewed (0) -
clause/expression.go
var ( idx int inName bool afterParenthesis bool namedMap = make(map[string]interface{}, len(expr.Vars)) ) for _, v := range expr.Vars { switch value := v.(type) { case sql.NamedArg: namedMap[value.Name] = value.Value case map[string]interface{}: for k, v := range value { namedMap[k] = v } default: var appendFieldsToMap func(reflect.Value)
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Tue Oct 10 06:45:48 UTC 2023 - 8.3K bytes - Viewed (0) -
cmd/os_unix.go
return nil, osErrToFileErr(err) } } defer syscall.Close(fd) bufp := direntPool.Get().(*[]byte) defer direntPool.Put(bufp) buf := *bufp nameTmp := direntNamePool.Get().(*[]byte) defer direntNamePool.Put(nameTmp) tmp := *nameTmp boff := 0 // starting read position in buf nbuf := 0 // end valid data in buf count := opts.count for count != 0 { if boff >= nbuf {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 9.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
g->mu.unlock(); if (del) delete g; } TF_Operation* TF_GraphOperationByName(TF_Graph* graph, const char* oper_name) { mutex_lock l(graph->mu); auto iter = graph->name_map.find(oper_name); if (iter == graph->name_map.end()) { return nullptr; } else { return ToOperation(iter->second); } } TF_Operation* TF_GraphNextOperation(TF_Graph* graph, size_t* pos) {
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/c_api_internal.h
// Runs shape inference. tensorflow::ShapeRefiner refiner TF_GUARDED_BY(mu); // Maps from name of an operation to the Node* in 'graph'. std::unordered_map<tensorflow::string, tensorflow::Node*> name_map TF_GUARDED_BY(mu); // The keys of this map are all the active sessions using this graph. Each // value records whether the graph has been mutated since the corresponding
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat May 13 00:49:12 UTC 2023 - 7.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8 pkg syscall (freebsd-arm64), type Statfs_t struct, Namemax uint32 pkg syscall (freebsd-arm64), type Statfs_t struct, Owner uint32 pkg syscall (freebsd-arm64), type Statfs_t struct, Spare [10]uint64 pkg syscall (freebsd-arm64), type Statfs_t struct, Syncreads uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntfromname [1024]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntonname [1024]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Namemax uint32 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Owner uint32 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Spare [10]uint64 #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Namemax uint32 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Owner uint32 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Spare [10]uint64 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncreads uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.txt
pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8 pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8 pkg syscall (freebsd-386), type Statfs_t struct, Namemax uint32 pkg syscall (freebsd-386), type Statfs_t struct, Owner uint32 pkg syscall (freebsd-386), type Statfs_t struct, Spare [10]uint64 pkg syscall (freebsd-386), type Statfs_t struct, Syncreads uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)