Home | History | Annotate | Download | only in tf2xla

Lines Matching refs:tensorflow

1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
20 #include "tensorflow/compiler/xla/client/sharding_builder.h"
21 #include "tensorflow/compiler/xla/status_macros.h"
22 #include "tensorflow/core/graph/graph.h"
23 #include "tensorflow/core/lib/core/status.h"
25 namespace tensorflow {
36 xla::StatusOr<tensorflow::gtl::optional<xla::OpSharding>>
38 tensorflow::gtl::optional<xla::OpSharding>
39 explicit_sharding = tensorflow::gtl::nullopt);
41 xla::StatusOr<tensorflow::gtl::optional<xla::OpSharding>>
44 xla::StatusOr<tensorflow::gtl::optional<xla::OpSharding>>
49 } // namespace tensorflow