mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
[xla:pjrt] Remove PjRtFuture type alias
Cleaning up BUILD files and includes will be done separately. PiperOrigin-RevId: 826280389
This commit is contained in:
parent
429a0cf1c7
commit
db273660ba
10
third_party/xla/xla/pjrt/pjrt_future.h
vendored
10
third_party/xla/xla/pjrt/pjrt_future.h
vendored
|
|
@ -16,16 +16,6 @@ limitations under the License.
|
||||||
#ifndef XLA_PJRT_PJRT_FUTURE_H_
|
#ifndef XLA_PJRT_PJRT_FUTURE_H_
|
||||||
#define XLA_PJRT_PJRT_FUTURE_H_
|
#define XLA_PJRT_PJRT_FUTURE_H_
|
||||||
|
|
||||||
#include "absl/base/macros.h"
|
|
||||||
#include "xla/future.h"
|
#include "xla/future.h"
|
||||||
|
|
||||||
namespace xla {
|
|
||||||
|
|
||||||
template <typename T = void>
|
|
||||||
using PjRtFuture ABSL_DEPRECATE_AND_INLINE() = ::xla::Future<T>;
|
|
||||||
|
|
||||||
using PjRtFutureHelpers ABSL_DEPRECATE_AND_INLINE() = ::xla::FutureHelpers;
|
|
||||||
|
|
||||||
} // namespace xla
|
|
||||||
|
|
||||||
#endif // XLA_PJRT_PJRT_FUTURE_H_
|
#endif // XLA_PJRT_PJRT_FUTURE_H_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user