Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dspecial_math_test.py44 NUM_SAMPLES = int(1e3) variable
103 low=low, high=high, size=[NUM_SAMPLES])).astype(dtype)
205 x = np.random.uniform(low=100., high=200., size=[NUM_SAMPLES]).astype(dtype)
206 q = np.random.uniform(low=0.3, high=1., size=[NUM_SAMPLES]).astype(dtype)
221 x = np.random.uniform(low=1.1, high=10., size=[NUM_SAMPLES]).astype(dtype)
223 low=np.finfo(dtype).tiny, high=1., size=[NUM_SAMPLES]).astype(dtype)
235 x = np.random.uniform(low=1.1, high=100., size=[NUM_SAMPLES]).astype(dtype)
236 q = np.random.uniform(low=1., high=1e1, size=[NUM_SAMPLES]).astype(dtype)
247 low=100., high=int(1e3), size=[NUM_SAMPLES]).astype(dtype)
249 low=1., high=int(1e1), size=[NUM_SAMPLES]).astype(dtype)
[all …]
/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/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp1031 static constexpr int NUM_SAMPLES = 4; in Interpolate() local
1032 ASSERT(state->getMultiSampleCount() == NUM_SAMPLES); in Interpolate()
1034 Array<Float> sampleX(NUM_SAMPLES); in Interpolate()
1035 Array<Float> sampleY(NUM_SAMPLES); in Interpolate()
1036 for(int i = 0; i < NUM_SAMPLES; ++i) in Interpolate()
1047 SIMD::Int samples = sampleOperand.Int(0) & SIMD::Int(NUM_SAMPLES - 1); in Interpolate()
/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.cpp1050 image_info.samples = NUM_SAMPLES; in init_depth_buffer()
1232 attachments[0].samples = NUM_SAMPLES; in init_renderpass()
1244 attachments[1].samples = NUM_SAMPLES; in init_renderpass()
1687 ms.rasterizationSamples = NUM_SAMPLES; in init_pipeline()
Dvulkan_command_buffer_utils.h71 #define NUM_SAMPLES VK_SAMPLE_COUNT_1_BIT macro
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc53 const int NUM_SAMPLES = 1000; variable
542 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()