Package caffeinterface

Provides classes to interface with CAFFE classes, and convert them to ScalarFunctions and VectorFunctions.

See:
          Description

Class Summary
CaffeArrayFix This class creates a simple interface for use of putting arrays into the CAFFE data base and getting them from the data base.
CaffeClient Provides functionality to run CAFFE classes in client-server mode.
CaffeComputeRpc Provides a Service that serves CAFFE classes.
CaffeServer Provides functionality to run CAFFE classes in client-server mode.
CaffeToScalarFunction Simplifies the use of CaffeClass for computation.
CaffeToVectorFunction Provides functionality similar to CaffeToScalarFunction, but for the case where there are multiple outputs computed by CAFFE.
 

Package caffeinterface Description

Provides classes to interface with CAFFE classes, and convert them to ScalarFunctions and VectorFunctions. Also provides functionality to run CAFFE classes in client-server mode across a network. It uses Google's protocol buffers and a socket RPC implementation by Shardul Deo.