Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_query.h26 namespace hlo_query {
Dhlo_constant_folding.cc85 if (!hlo_query::AllOperandsAreConstants(*instruction)) { in Run()
Dhlo_query.cc23 namespace hlo_query { namespace
Dmap_inliner.cc71 if (hlo_query::AllOperandsAreParameters(root)) { in HandleMap()
DBUILD263 ":hlo_query",
1415 name = "hlo_query",
1416 srcs = ["hlo_query.cc"],
1417 hdrs = ["hlo_query.h"],
1663 ":hlo_query",
1865 ":hlo_query",
2974 ":hlo_query",
3087 ":hlo_query",
3829 ":hlo_query",
Dwhile_loop_simplifier.cc34 using hlo_query::ContainsInstrWithOpcode;
Dhlo_evaluator.cc282 if (!hlo_query::AllOperandsAreConstants(*instruction)) { in Evaluate()