Home
last modified time | relevance | path

Searched refs:elementwise_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer.cc48 static const std::unordered_set<std::string>* elementwise_ops = in IsXlaFusible() local
118 return elementwise_ops->count(node.op()) > 0; in IsXlaFusible()
Dmark_for_compilation_pass.cc299 static const std::unordered_set<std::string>* elementwise_ops = in IsXlaFusable() local
442 return elementwise_ops->count(node.op()) > 0; in IsXlaFusable()