Home
last modified time | relevance | path

Searched refs:numLocations (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DTensorFlowMultiBoxDetector.java59 private int numLocations; field in TensorFlowMultiBoxDetector
112 d.numLocations = (int) outputOp.output(0).shape().size(1); in create()
114 d.boxPriors = new float[d.numLocations * 8]; in create()
126 d.outputScores = new float[d.numLocations]; in create()
127 d.outputLocations = new float[d.numLocations * 4]; in create()
174 for (int i = 0; i < numLocations; ++i) { in decodeLocationsEncoding()
231 final float[] outputScoresEncoding = new float[numLocations]; in recognizeImage()
232 final float[] outputLocationsEncoding = new float[numLocations * 4]; in recognizeImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp359 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsRandom() local
368 const UVec2 locationNdx (rng.getUint32() % numLocations, in fillSampleLocationsRandom()
369 rng.getUint32() % numLocations); in fillSampleLocationsRandom()
375 static_cast<float>(locationNdx.x()) / static_cast<float>(numLocations), // float x; in fillSampleLocationsRandom()
376 static_cast<float>(locationNdx.y()) / static_cast<float>(numLocations), // float y; in fillSampleLocationsRandom()
391 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked() local
399 const UVec2 baseLocationNdx (rng.getUint32() % numLocations, in fillSampleLocationsPacked()
400 rng.getUint32() % numLocations); in fillSampleLocationsPacked()
410 static_cast<float>(locationNdx.x()) / static_cast<float>(numLocations), // float x; in fillSampleLocationsPacked()
411 static_cast<float>(locationNdx.y()) / static_cast<float>(numLocations), // float y; in fillSampleLocationsPacked()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1057 int numLocations = useArray ? arrayLen : 1; in createRandomCase() local
1061 for (int ndx = 0; ndx < numLocations; ndx++) in createRandomCase()
1064 curLoc += numLocations; in createRandomCase()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local
505 location += numLocations; in computeFragmentOutputLayout()
507 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp616 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local
620 location += numLocations; in computeFragmentOutputLayout()
622 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()