Review code review comments.

This commit is contained in:
Wen-Heng (Jack) Chung 2019-07-12 21:24:22 +00:00
parent 82a696d1ac
commit 5f3d84ba24

View File

@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#ifndef THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_
#define THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_
#ifndef TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_
#define TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_
#include "tensorflow/core/platform/types.h"
@ -29,4 +29,4 @@ string ROCDLRoot();
} // namespace tensorflow
#endif // THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_
#endif // TENSORFLOW_CORE_PLATFORM_ROCM_ROCDL_PATH_H_