Searched refs:exp_c (Results 1 – 2 of 2) sorted by relevance
51 const float exp_c = std::exp((input_data[i * depth + c] - max) * in Softmax() local53 output_data[i * depth + c] = exp_c; in Softmax()54 sum += exp_c; in Softmax()
3117 Output exp_c = in TEST_F() local3120 ops::Concat(s.WithOpName("concat"), {exp_a, exp_b, exp_c}, axis); in TEST_F()