blob: 7b23a7fb658c9a5c1736dad7b95b4576cf2e9645 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(azani): Delete after tensorflow_statusor is deleted.
#ifndef THIRD_PARTY_TENSORFLOW_STATUSOR_STATUSOR_H_
#define THIRD_PARTY_TENSORFLOW_STATUSOR_STATUSOR_H_
#include "third_party/statusor/statusor.h"
namespace tensorflow_statusor {
// Create an alias for statusor::StatusOr.
using statusor::StatusOr;
} // namespace tensorflow_statusor
#endif // THIRD_PARTY_TENSORFLOW_STATUSOR_STATUSOR_H_