Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc195 int num_cross_out = 0; in BypassingNodeIsBeneficial() local
197 num_cross_out += static_cast<int>(output_node->device() != node_dev); in BypassingNodeIsBeneficial()
201 const int num_cross_before = num_cross_in + num_cross_out; in BypassingNodeIsBeneficial()
214 num_cross_out > 0 && num_cross_after > 0) { in BypassingNodeIsBeneficial()