Home
last modified time | relevance | path

Searched refs:NUM_SAMPLES (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dspecial_math_test.py39 NUM_SAMPLES = int(1e3) variable
59 low=np.finfo(dtype).tiny, high=1., size=[NUM_SAMPLES]).astype(dtype)
61 low=np.finfo(dtype).tiny, high=1., size=[NUM_SAMPLES]).astype(dtype)
73 x = np.random.uniform(low=1., high=100., size=[NUM_SAMPLES]).astype(dtype)
74 a = np.random.uniform(low=1., high=100., size=[NUM_SAMPLES]).astype(dtype)
86 low=100., high=int(1e4), size=[NUM_SAMPLES]).astype(dtype)
88 low=100., high=int(1e4), size=[NUM_SAMPLES]).astype(dtype)
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java105 private static final int[] NUM_SAMPLES = {3, 2, 1, 1, 2}; field in ExperimentalTestDataProvider.Varint32Provider
120 if (samplesTaken++ > NUM_SAMPLES[listIndex]) { in getInt()
158 private static final int[] NUM_SAMPLES = {4, 2, 2, 1, 1, 1, 1, 2, 2, 4}; field in ExperimentalTestDataProvider.Varint64Provider
173 if (samplesTaken++ > NUM_SAMPLES[listIndex]) { in getLong()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp70 NUM_SAMPLES = 25, enumerator
422 vector<Sample> samples (NUM_SAMPLES); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp75 NUM_SAMPLES = 50, enumerator
549 vector<Sample> samples (NUM_SAMPLES); in iterate()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1043 image_info.samples = NUM_SAMPLES; in init_depth_buffer()
1225 attachments[0].samples = NUM_SAMPLES; in init_renderpass()
1237 attachments[1].samples = NUM_SAMPLES; in init_renderpass()
1679 ms.rasterizationSamples = NUM_SAMPLES; in init_pipeline()
Dvulkan_command_buffer_utils.h71 #define NUM_SAMPLES VK_SAMPLE_COUNT_1_BIT macro
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc52 const int NUM_SAMPLES = 1000; variable
510 delay_mean_(0), delay_stddev_(0), delay_samples_(NUM_SAMPLES), in VirtualSocketServer()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp3164 NUM_SAMPLES = 20, enumerator
3196 …icBufferCase<SampleType> (context, name, description, bufferSizeMin, bufferSizeMax, NUM_SAMPLES, 0) in ModifyAfterBasicCase()
3226 …<< "Testing performance with " << (int)NUM_SAMPLES << " test samples. Sample order is randomized. … in init()