MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ParamPacker is use to pack and unpack parameters sent to each custom query. More...
Static Public Member Functions | |
static string | Pack (string str) |
Pack the custom query parameters. More... | |
static string | UnPack (string str) |
Unpack the custom query parameters. More... | |
The ParamPacker is use to pack and unpack parameters sent to each custom query.
Definition at line 245 of file Interfaces.cs.
|
static |
Pack the custom query parameters.
str | Specifies the parameters. |
Definition at line 252 of file Interfaces.cs.
|
static |
Unpack the custom query parameters.
str | Specifies the parameters. |
Definition at line 263 of file Interfaces.cs.