Searched refs:dx_i (Results 1 – 4 of 4) sorted by relevance
151 std::vector<string> dx_i; in ConcatGradHelper() local155 dx_i.push_back(strings::StrCat("dx_", i, ":output:0")); in ConcatGradHelper()170 dx_i, in ConcatGradHelper()
44 loss function). dL/dx_i is the partial derivative of L with respect
121 // loss function). dL/dx_i is the partial derivative of L with respect
778 for (int dx_i = 0; dx_i < (1 << sub_log2[0]); dx_i++) { \779 const int x_up = (x << sub_log2[0]) + dx_i; \