Sign in
apache
/
mxnet-test
/
HEAD
/
.
/
R-package
/
R
/
kvstore.R
blob: c790679bcceaec39e58ddd9181d88ba8189985f8 [
file
] [
log
] [
blame
]
is.MXKVStore
<-
function
(
x
)
{
inherits
(
x
,
"Rcpp_MXKVStore"
)
}
#' Create a mxnet KVStore.
#'
#' @param type string(default="local") The type of kvstore.
#' @return The kvstore.
#'
#' @name mx.kv.create
#' @export
NULL