mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:17:19 +08:00
14 lines
404 B
C
14 lines
404 B
C
|
|
#pragma once
|
|
|
|
#include "ray/common/buffer.h"
|
|
#include "ray/common/function_descriptor.h"
|
|
#include "ray/common/id.h"
|
|
#include "ray/common/status.h"
|
|
#include "ray/common/task/task_common.h"
|
|
#include "ray/common/task/task_spec.h"
|
|
#include "ray/common/task/task_util.h"
|
|
#include "ray/core_worker/context.h"
|
|
#include "ray/core_worker/store_provider/memory_store/memory_store.h"
|
|
#include "ray/util/logging.h"
|