Rosetta
Classes | Namespaces
RosettaTensorflowProtocolBase.hh File Reference

A pure virtual base class for storing Tensorflow sessions and the code for executing them and returning a result. Derived classes will be protocol-specific, and will accept a RosettaTensorflowInput and produce a RosettaTensorflowOutput. More...

#include <basic/tensorflow_manager/RosettaTensorflowProtocolBase.fwd.hh>
#include <utility/VirtualBase.hh>

Classes

class  basic::tensorflow_manager::RosettaTensorflowProtocolBase
 A pure virtual base class for storing Tensorflow sessions and the code for executing them and returning a result. Derived classes will be protocol-specific, and will accept a RosettaTensorflowInput and produce a RosettaTensorflowOutput. More...
 

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 
 basic::tensorflow_manager
 

Detailed Description

A pure virtual base class for storing Tensorflow sessions and the code for executing them and returning a result. Derived classes will be protocol-specific, and will accept a RosettaTensorflowInput and produce a RosettaTensorflowOutput.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)
Note
This is interface: it has no fields, and only pure virtual methods. No further constructors should be defined.