Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Nov 1, 2023
1 parent 59e73ef commit 9b7d481
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torch_xla/csrc/runtime/tensor_source.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#ifndef XLA_CLIENT_TENSOR_SOURCE_H_
#define XLA_CLIENT_TENSOR_SOURCE_H_

#include <vector>

#include <ATen/Tensor.h>

#include "torch_xla/csrc/runtime/debug_macros.h"
#include "xla/literal.h"
#include "xla/shape.h"
#include "xla/shape_util.h"

namespace torch_xla {
namespace runtime {
Expand Down

0 comments on commit 9b7d481

Please sign in to comment.