Searched refs:numLocations (Results 1 – 5 of 5) sorted by relevance
59 private int numLocations; field in TensorFlowMultiBoxDetector112 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()
359 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsRandom() local368 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() local399 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 …]
1057 int numLocations = useArray ? arrayLen : 1; in createRandomCase() local1061 for (int ndx = 0; ndx < numLocations; ndx++) in createRandomCase()1064 curLoc += numLocations; in createRandomCase()
501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local505 location += numLocations; in computeFragmentOutputLayout()507 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()
616 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local620 location += numLocations; in computeFragmentOutputLayout()622 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()