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.cc217 int num_cross_out = 0; in BypassingNodeIsBeneficial() local
219 num_cross_out += static_cast<int>(output_node->device() != node_dev); in BypassingNodeIsBeneficial()
223 const int num_cross_before = num_cross_in + num_cross_out; in BypassingNodeIsBeneficial()
236 num_cross_out > 0 && num_cross_after > 0) { in BypassingNodeIsBeneficial()