mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +08:00
change filenames and directory structure to use halo (#81)
This commit is contained in:
committed by
Philipp Moritz
parent
b58eaf84ee
commit
67086f663e
@@ -1,11 +1,11 @@
|
||||
#ifndef ORCHESTRA_COMPUTATIONGRAPH_H
|
||||
#define ORCHESTRA_COMPUTATIONGRAPH_H
|
||||
#ifndef HALO_COMPUTATIONGRAPH_H
|
||||
#define HALO_COMPUTATIONGRAPH_H
|
||||
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
#include "orchestra/orchestra.h"
|
||||
#include "orchestra.grpc.pb.h"
|
||||
#include "halo/halo.h"
|
||||
#include "halo.grpc.pb.h"
|
||||
#include "types.pb.h"
|
||||
|
||||
// used to represent the root operation (that is, the driver code)
|
||||
|
||||
Reference in New Issue
Block a user