Home
last modified time | relevance | path

Searched refs:dimensions (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/neuralnetworks/app/jni/
Dtrigger_libneuralnetworks_atoms.cpp46 .dimensions = std::data(kDimensions),
53 .dimensions = nullptr,
60 .dimensions = std::data(kDimensionsUnknown),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java197 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/
DChangeBoundsTest.java379 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/
Dandroid_neuralnetworks_cts_ModelAssetTest.cpp174 tensorType.dimensions = tensorDims; in createAndCompileAddModel()
182 activationType.dimensions = nullptr; in createAndCompileAddModel()
/cts/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py238 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/
Drequirements.txtpb1803 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)."