pytorch/caffe2/core/flags.h
Yangqing Jia 38f3d1fc40 move flags to c10 (#12144)
Summary:
still influx.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12144

Reviewed By: smessmer

Differential Revision: D10140176

Pulled By: Yangqing

fbshipit-source-id: 1a313abed022039333e3925d19f8b3ef2d95306c
2018-10-04 02:09:56 -07:00

5 lines
74 B
C

#pragma once
#include "c10/util/Flags.h"
#include "caffe2/core/common.h"