Home
last modified time | relevance | path

Searched refs:XlaCluster (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope_internal.h64 enum class XlaCluster; member
82 Impl(const Scope& other, Tags::XlaCluster, const string& xla_cluster);
Dscope.cc252 Scope::Impl::Impl(const Scope& other, Tags::XlaCluster, in Impl() argument
356 builder->XlaCluster(impl()->xla_cluster_); in UpdateBuilder()
458 return Scope(new Impl(*this, Impl::Tags::XlaCluster(), xla_cluster)); in WithXlaCluster()
/external/tensorflow/tensorflow/core/graph/
Dnode_builder.h109 NodeBuilder& XlaCluster(StringPiece xla_cluster);
Dnode_builder.cc110 NodeBuilder& NodeBuilder::XlaCluster(StringPiece xla_cluster) { in XlaCluster() function in tensorflow::NodeBuilder