Home
last modified time | relevance | path

Searched refs:xla_cluster (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dnode_builder.cc115 NodeBuilder& NodeBuilder::XlaCluster(StringPiece xla_cluster) { in XlaCluster() argument
116 def_builder_.Attr("_XlaCluster", xla_cluster); in XlaCluster()
Dnode_builder.h109 NodeBuilder& XlaCluster(StringPiece xla_cluster);
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc253 const string& xla_cluster) in Impl() argument
266 xla_cluster_(xla_cluster), in Impl()
457 Scope Scope::WithXlaCluster(const string& xla_cluster) const { in WithXlaCluster()
458 return Scope(new Impl(*this, Impl::Tags::XlaCluster(), xla_cluster)); in WithXlaCluster()
Dscope.h148 Scope WithXlaCluster(const string& xla_cluster) const;
Dscope_internal.h82 Impl(const Scope& other, Tags::XlaCluster, const string& xla_cluster);