Skip to content

Commit

Permalink
Remove TensorFlow from doc stings
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Apr 13, 2020
1 parent 29808ca commit 3f12cae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion openmmapi/include/TensorRTForce.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class OPENMM_EXPORT_NN TensorRTForce : public Force {
const std::string& getSerializedGraph() const { return serializedGraph; }
/**
* Set whether this force makes use of periodic boundary conditions. If this is set
* to true, the TensorFlow graph must include a 3x3 tensor called "boxvectors", which
* to true, the TensorRT graph must include a 3x3 tensor called "boxvectors", which
* is set to the current periodic box vectors.
*/
void setUsesPeriodicBoundaryConditions(bool periodic) { usePeriodic = periodic; }
Expand Down
2 changes: 0 additions & 2 deletions openmmapi/include/TensorRTKernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class CalcTesorRTForceKernel : public KernelImpl {
*
* @param system the System this kernel will be applied to
* @param force the TenorRTForce this kernel will be used for
* @param session the TensorFlow session in which to do calculations
* @param graph the TensorFlow graph to use for computing forces and energy
*/
virtual void initialize(const System& system, const TensorRTForce& force, Engine& engine) = 0;
/**
Expand Down
2 changes: 0 additions & 2 deletions platforms/cuda/src/CudaTensorRTKernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class CudaCalcTensorRTForceKernel : public CalcTesorRTForceKernel {
*
* @param system the System this kernel will be applied to
* @param force the TensorRTForce this kernel will be used for
* @param session the TensorFlow session in which to do calculations
* @param graph the TensorFlow graph to use for computing forces and energy
*/
void initialize(const System& system, const TensorRTForce& force, Engine& engine);
/**
Expand Down

0 comments on commit 3f12cae

Please sign in to comment.