mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary:
This reverts commit 3ae6ee4ebd.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12049
Differential Revision: D10030954
Pulled By: ezyang
fbshipit-source-id: 6ca9de65b707c5b4c68280fc6f1b8e5ad7251efc
8 lines
167 B
C
8 lines
167 B
C
#pragma once
|
|
|
|
#include <ATen/core/context_base.h>
|
|
// For CaffeMap
|
|
#include "caffe2/core/common.h"
|
|
#include "caffe2/core/logging.h"
|
|
#include "caffe2/proto/caffe2_pb.h"
|