Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_float_test.cc80 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv()
81 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv()
84 RandomElement(std::vector<FusedActivationFunctionType>( in TryTestOneDepthwiseConv()
Dtest_util.h47 const T& RandomElement(const std::vector<T>& v) { in RandomElement() function
Ddepthwiseconv_quantized_test.cc569 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv()
570 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.cc71 const typename C::value_type* RandomElement(const C& container) { in RandomElement() function
222 new_receiver = RandomElement(it->second); in ReportStreamClosed()
225 new_receiver = &(RandomElement(assigned_stores_)->first); in ReportStreamClosed()