Searched refs:test_input_range (Results 1 – 1 of 1) sorted by relevance
454 const std::vector<std::pair<float, float>> test_input_range = {{-3.0, 3.0}, in WithBroadcast() local457 for (int j = 0; j < test_input_range.size(); ++j) { in WithBroadcast()458 const std::pair<float, float>& input_range = test_input_range[j]; in WithBroadcast()