MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.stream.ParamPacker Class Reference

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...
 

Detailed Description

The ParamPacker is use to pack and unpack parameters sent to each custom query.

Definition at line 245 of file Interfaces.cs.

Member Function Documentation

◆ Pack()

static string MyCaffe.db.stream.ParamPacker.Pack ( string  str)
static

Pack the custom query parameters.

Parameters
strSpecifies the parameters.
Returns
The packed parameters are returned.

Definition at line 252 of file Interfaces.cs.

◆ UnPack()

static string MyCaffe.db.stream.ParamPacker.UnPack ( string  str)
static

Unpack the custom query parameters.

Parameters
strSpecifies the parameters.
Returns
The unpacked parameters are returned.

Definition at line 263 of file Interfaces.cs.


The documentation for this class was generated from the following file: