HomeSort by relevance Sort by last modified time
    Searched refs:RandomElement (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/internal/
depthwiseconv_float_test.cc 80 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4}));
81 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4}));
84 RandomElement(std::vector<FusedActivationFunctionType>(
test_util.h 47 const T& RandomElement(const std::vector<T>& v) {
depthwiseconv_quantized_test.cc 569 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4}));
570 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4}));
    [all...]
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 71 const typename C::value_type* RandomElement(const C& container) {
222 new_receiver = RandomElement(it->second);
225 new_receiver = &(RandomElement(assigned_stores_)->first);

Completed in 721 milliseconds