Functions
TFModel.cxx File Reference
#include "TFModel.h"
#include <utility>
#include <boost/numeric/conversion/cast.hpp>
#include "larrecodnn/ImagePatternAlgs/Tensorflow/quiet_session.h"
#include "tensorflow/core/platform/env.h"

Go to the source code of this file.

Functions

template<typename T >
int asInt (T x)
 

Function Documentation

template<typename T >
int asInt ( x)
inline

Definition at line 12 of file TFModel.cxx.

13 {
14  return boost::numeric_cast<int>(x);
15 }
list x
Definition: train.py:276