Program Listing for File experimental.h#

Return to documentation for file (oti/experimental.h)

#ifndef OTI_EXPERIMENTAL_H
#define OTI_EXPERIMENTAL_H

// ----------------------------------------------------------------------------------------------------
// ---------------------------------     EXTERNAL LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------


#include "oti/comm.h"
#include "oti/static.h"

// ----------------------------------------------------------------------------------------------------
// --------------------------------    END EXTERNAL LIBRARIES     -------------------------------------
// ----------------------------------------------------------------------------------------------------

// Pytorch graph eval
#include "experimental/pytorch_graph_eval.h"


#endif