Home
last modified time | relevance | path

Searched refs:hlo_query (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_query.h27 namespace hlo_query {
Dhlo_constant_folding.cc85 if (!hlo_query::AllOperandsAreConstants(*instruction)) { in Run()
Dmap_inliner.cc71 if (hlo_query::AllOperandsAreParameters(root)) { in HandleMap()
Dgather_expander_test.cc202 ASSERT_FALSE(hlo_query::ContainsInstrWithOpcode(module->entry_computation(), in TEST_F()
Dhlo_query.cc25 namespace hlo_query { namespace
DBUILD293 ":hlo_query",
1635 name = "hlo_query",
1636 srcs = ["hlo_query.cc"],
1637 hdrs = ["hlo_query.h"],
2036 ":hlo_query",
2135 ":hlo_query",
2201 ":hlo_query",
2315 ":hlo_query",
2531 ":hlo_query",
4100 ":hlo_query",
[all …]
Dall_reduce_combiner.cc276 if (hlo_query::ContainsLayoutConstrainedAllReduce(*module)) { in Run()
Dwhile_loop_all_reduce_code_motion.cc433 hlo_query::NextChannelId(*(while_parent->parent())), in CreateSinkedAllReduces()
Dar_crs_combiner.cc52 int64 next_channel = hlo_query::NextChannelId(*module); in ReplaceReplicatedAllReduce()
Dwhile_loop_simplifier.cc38 using hlo_query::ContainsInstrWithOpcode;
Dhlo_evaluator.cc301 if (!hlo_query::AllOperandsAreConstants(*instruction)) { in Evaluate()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
DBUILD51 "//tensorflow/compiler/xla/service:hlo_query",
113 "//tensorflow/compiler/xla/service:hlo_query",
Dcanonicalize_all_gather_for_cse.cc99 next_channel_id_ = hlo_query::NextChannelId(*module); in Run()
Dspmd_partitioner.cc3674 int64 next_channel_id = hlo_query::NextChannelId(*module); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
DBUILD935 "//tensorflow/compiler/xla/service:hlo_query",