Searched refs:height_scale (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | SampleDriverFloatXNNPACK.cpp | 1404 float height_scale = getScalarData<float>(operands[ins[2]]); in VisitResizeBilinearNode() local 1405 if (width_scale <= 0 || height_scale <= 0) { in VisitResizeBilinearNode() 1408 new_height = static_cast<size_t>(operands[ins[0]].dimensions[1] * height_scale); in VisitResizeBilinearNode()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 1589 * * 2: A scalar, specifying height_scale, the scaling factor of the height 1591 * height is calculated as new_height = floor(height * height_scale). 4659 * * 2: A scalar, specifying height_scale, the scaling factor of the height 4661 * height is calculated as new_height = floor(height * height_scale).
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 1615 * * 2: A scalar, specifying height_scale, the scaling factor of the height 1617 * height is calculated as new_height = floor(height * height_scale). 4946 * * 2: A scalar, specifying height_scale, the scaling factor of the height 4948 * height is calculated as new_height = floor(height * height_scale).
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 2131 * * 2: A scalar, specifying height_scale, the scaling factor of the height 2133 * height is calculated as new_height = floor(height * height_scale).
|