Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc452 std::vector<int> no_grad_dy_indices; in AddGradients() local
456 no_grad_dy_indices.push_back(i); in AddGradients()
491 const size_t num_no_grad = no_grad_dy_indices.size(); in AddGradients()
509 for (const int dy_index : no_grad_dy_indices) { in AddGradients()