1 #include "redis_store_handler_op.h" 6 RedisStoreHandlerCreate,
7 RedisStoreHandlerCreateOp<CPUContext>);
9 OPERATOR_SCHEMA(RedisStoreHandlerCreate)
13 Creates a unique_ptr<StoreHandler> that uses a Redis server as backing store. 15 .Arg("host",
"host name of Redis server")
16 .Arg(
"port",
"port number of Redis server")
17 .Arg(
"prefix",
"keys used by this instance are prefixed with this string")
18 .Output(0,
"handler",
"unique_ptr<StoreHandler>");
20 NO_GRADIENT(RedisStoreHandlerCreateOp);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...