Home
last modified time | relevance | path

Searched defs:KVStore (Results 1 – 25 of 82) sorted by relevance

1234

/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dkvstore.jl46 mutable struct KVStore struct
47 handle :: MX_KVStoreHandle argument
51 KVStore(hdr::MX_KVStoreHandle) = new(hdr, Ptr{Cvoid}(0)) function
54 function KVStore(kv_type::Symbol = :local) function
61 Base.unsafe_convert(::Type{MX_handle}, obj::KVStore) =
66 Base.show(io::IO, kv::KVStore) =
99 init!(kv::KVStore, key::Int, vals::Vector{<:NDArray}) =
219 function get_type(kv::KVStore)
225 function get_num_workers(kv::KVStore)
231 function get_rank(kv::KVStore)
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dkvstore.jl46 mutable struct KVStore struct
47 handle :: MX_KVStoreHandle argument
51 KVStore(hdr::MX_KVStoreHandle) = new(hdr, Ptr{Cvoid}(0)) argument
54 function KVStore(kv_type::Symbol = :local) function
61 Base.unsafe_convert(::Type{MX_handle}, obj::KVStore) =
66 Base.show(io::IO, kv::KVStore) =
99 init!(kv::KVStore, key::Int, vals::Vector{<:NDArray}) =
219 function get_type(kv::KVStore)
225 function get_num_workers(kv::KVStore)
231 function get_rank(kv::KVStore)
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/store/test/
H A Diterator.go33 func batchWriteRows(s store.KVStore, rows []testRow) error {
58 func CommonTestPrefixIterator(t *testing.T, s store.KVStore) {
148 func CommonTestPrefixIteratorSeek(t *testing.T, s store.KVStore) {
228 func CommonTestRangeIterator(t *testing.T, s store.KVStore) {
364 func CommonTestRangeIteratorSeek(t *testing.T, s store.KVStore) {
H A Dbytes.go31 func CommonTestReaderOwnsGetBytes(t *testing.T, s store.KVStore) {
131 func CommonTestWriterOwnsBytes(t *testing.T, s store.KVStore) {
H A Dmerge.go32 func CommonTestMerge(t *testing.T, s store.KVStore) {
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dkvstore.hpp11 class KVStore class
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/kvstore/
H A Dindex.rst18 KVStore chapter
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/kvstore/
H A Dindex.rst18 KVStore chapter
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/jdbc/
H A DGdaJResultSet.c25 JniWrapperMethod *GdaJResultSet__declareColumnTypes = NULL;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp29 using namespace lldb_private;
30
31 // Create an instance of this class. This function is filled into the plugin
/dports/graphics/py-sorl-thumbnail/sorl-thumbnail-12.6.3/sorl/thumbnail/
H A Dmodels.py6 class KVStore(models.Model): class
H A Ddefault.py12 class KVStore(LazyObject): class
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/highlight/highlighter/simple/
H A Dhighlighter_simple.go36 func NewHighlighter(fragmenter highlight.Fragmenter, formatter highlight.FragmentFormatter, separat…
/dports/www/grafana8/grafana-8.3.6/pkg/infra/kvstore/
H A Dkvstore.go23 type KVStore interface { interface
31 func WithNamespace(kv KVStore, orgId int64, namespace string) *NamespacedKVStore {
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DKVStore.scala29 object KVStore { object
55 class KVStore(private[mxnet] val handle: KVStoreHandle) extends NativeResource { class
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DKVStore.scala29 object KVStore { object
55 class KVStore(private[mxnet] val handle: KVStoreHandle) extends NativeResource { class
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/
H A Dngalert.go42 …sqlStore *sqlstore.SQLStore, kvStore kvstore.KVStore, expressionService *expr.Service, dataProxy *…
75 KVStore kvstore.KVStore member
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/ooapi/
H A Dlogin.go19 KVStore KVStore // mandatory member
160 KVStore KVStore // mandatory member
H A Dclient.go10 KVStore KVStore // mandatory member
/dports/graphics/py-sorl-thumbnail/sorl-thumbnail-12.6.3/sorl/thumbnail/kvstores/
H A Ddynamodb_kvstore.py7 class KVStore(KVStoreBase): class
H A Dredis_kvstore.py6 class KVStore(KVStoreBase): class
H A Dcached_db_kvstore.py11 class KVStore(KVStoreBase): class
/dports/net/ooni-mini/probe-engine-0.23.0/
H A Dkvstore.go14 type KVStore interface { interface
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/
H A Dkvstore.go14 type KVStore interface { interface
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/internal/sessionresolver/
H A Ddependencies.go5 type KVStore interface { interface

1234