Searched refs:numLocations (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | TensorFlowMultiBoxDetector.java | 59 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/ |
D | SymbolTable.cpp | 148 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/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 294 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/ |
D | iomapper.cpp | 1166 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/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | iomapper.cpp | 1177 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local 1178 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot() 1203 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local 1204 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1057 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/ |
D | glsShaderExecUtil.cpp | 501 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/ |
D | vktShaderExecutor.cpp | 617 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()
|