Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc55 const string& xla_cluster_name, Graph* g) { in AddHostComputeKeyPlaceholder() argument
57 NodeDefBuilder builder(absl::StrCat(xla_cluster_name, "_key_placeholder"), in AddHostComputeKeyPlaceholder()
61 builder.Attr("_host_compute_call_node", xla_cluster_name); in AddHostComputeKeyPlaceholder()
982 const string& xla_cluster_name, const string& outside_compilation_attr_name, in ConstructHostGraph() argument
988 NodeDefBuilder sequencer_builder(absl::StrCat(xla_cluster_name, "_sequencer"), in ConstructHostGraph()
990 sequencer_builder.Attr("_xla_host_transfer_sequencer", xla_cluster_name); in ConstructHostGraph()
1000 AddHostComputeKeyPlaceholder(xla_cluster_name, host_graph->get())); in ConstructHostGraph()
1110 xla_cluster_name), in ConstructHostGraph()
1344 Status ReplaceKeyPlaceholderWithArgNode(const string& xla_cluster_name, in ReplaceKeyPlaceholderWithArgNode() argument
1369 AddHostComputeKeyPlaceholder(xla_cluster_name, g)); in ReplaceKeyPlaceholderWithArgNode()
[all …]
Dextract_outside_compilation_pass.h49 const string& xla_cluster_name, const string& new_function_name) in RewriteOutsideCompilationSubgraphFn() argument
52 xla_cluster_name_(xla_cluster_name), in RewriteOutsideCompilationSubgraphFn()
91 const string& outside_compilation_attr_name, const string& xla_cluster_name,
Dextract_outside_compilation_pass_test.cc241 const string &xla_cluster_name, const NameAttrList &func_name_attrs, in ExtractOutsideCompilationTest() argument
254 xla_cluster_attr_name, outside_compilation_attr_name, xla_cluster_name, in ExtractOutsideCompilationTest()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc2986 string xla_cluster_name = n->name(); in Run() local
2998 clusters.emplace(xla_cluster_name, XlaClusterInfo{xla_cluster_name, func, n, in Run()