Searched refs:dimensions (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/neuralnetworks/app/jni/ |
D | trigger_libneuralnetworks_atoms.cpp | 46 .dimensions = std::data(kDimensions), 53 .dimensions = nullptr, 60 .dimensions = std::data(kDimensionsUnknown),
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 197 public static double dotProduct(float[] vector1, float[] vector2, int dimensions) { in dotProduct() argument 199 for (int i = 0; i < dimensions; i++) { in dotProduct()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeBoundsTest.java | 379 public void validateView(View view, Point dimensions) { in validateView() argument 393 int newWidth = validateDim(name, "width", dimensions.x, width); in validateView() 394 int newHeight = validateDim(name, "height", dimensions.y, height); in validateView() 395 dimensions.set(newWidth, newHeight); in validateView()
|
/cts/tests/tests/neuralnetworks/java_test/jni/ |
D | android_neuralnetworks_cts_ModelAssetTest.cpp | 174 tensorType.dimensions = tensorDims; in createAndCompileAddModel() 182 activationType.dimensions = nullptr; in createAndCompileAddModel()
|
/cts/apps/CameraITS/tests/scene8/ |
D | test_ae_awb_regions.py | 238 dimensions = lambda s: (int(s.split('x')[0]), int(s.split('x')[1])) function 240 if capture_request_utils.is_common_aspect_ratio(dimensions(size)):
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 1803 description: "The screen resolution width in pixels (longer of the two dimensions)." 1812 description: "The screen resolution height in pixels (shorter of the two dimensions)." 1845 description: "The screen resolution width in pixels (longer of the two dimensions)." 1854 description: "The screen resolution height in pixels (shorter of the two dimensions)."
|