Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/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/llvm-project/lld/COFF/
DSymbolTable.cpp148 size_t numLocations = 0; in getSymbolLocations() local
157 numLocations++; in getSymbolLocations()
172 return std::make_pair(std::vector<std::string>(), numLocations); in getSymbolLocations()
174 if (numLocations == 0) in getSymbolLocations()
190 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
203 size_t numLocations = symbolLocations.size(); in getSymbolLocations() local
206 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp294 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked() local
302 const UVec2 baseLocationNdx (rng.getUint32() % numLocations, in fillSampleLocationsPacked()
303 rng.getUint32() % numLocations); in fillSampleLocationsPacked()
313 static_cast<float>(locationNdx.x()) / static_cast<float>(numLocations), // float x; in fillSampleLocationsPacked()
314 static_cast<float>(locationNdx.y()) / static_cast<float>(numLocations), // float y; in fillSampleLocationsPacked()
324 …p32(locationNdx.x() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
325 …p32(locationNdx.y() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp1166 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local
1167 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot()
1192 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local
1193 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot()
/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/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/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp617 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local
621 location += numLocations; in computeFragmentOutputLayout()
623 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()