Home | History | Annotate | Download | only in xla

Lines Matching refs:tensorflow

1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/compiler/xla/literal_util.h"
22 #include "tensorflow/compiler/xla/statusor.h"
23 #include "tensorflow/compiler/xla/types.h"
24 #include "tensorflow/compiler/xla/xla_data.pb.h"
25 #include "tensorflow/core/lib/core/stringpiece.h"
26 #include "tensorflow/core/platform/env.h"
27 #include "tensorflow/core/platform/macros.h"
45 tensorflow::StringPiece path);
49 explicit TextLiteralReader(tensorflow::RandomAccessFile* file);
56 std::unique_ptr<tensorflow::RandomAccessFile> file_;