Searched refs:filter_height (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | l2_pool_float_large.mod.py | 20 filter_height = Int32Scalar("filter_height", 2) variable 28 filter_width, filter_height,
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | l2_pool_float_large_relaxed.mod.py | 20 filter_height = Int32Scalar("filter_height", 2) variable 28 filter_width, filter_height,
|
/frameworks/ml/nn/common/operations/ |
D | Pooling.cpp | 47 int32_t filter_width, filter_height; member 62 filter_height = context->getInputValue<int32_t>(8); in initialize() 72 filter_height = context->getInputValue<int32_t>(5); in initialize() 84 calculateExplicitPadding(input_height, stride_height, filter_height, padding_implicit, in initialize() 94 NN_RET_CHECK_GT(filter_height, 0); in initialize() 98 NN_RET_CHECK_GT(filter_height, padding_top); in initialize() 99 NN_RET_CHECK_GT(filter_height, padding_bottom); in initialize() 111 .filter_height = filter_height, in toTfliteParam() 374 uint32_t outHeight = computeOutSize(height, param.filter_height, param.stride_height, in prepare()
|
D | Conv2D.cpp | 112 int32_t filter_height = getSizeOfDimension(filterShape, 1); in initialize() local 116 filter_height, padding_implicit, &padding_top, in initialize()
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1571 int32_t filter_height = getSizeOfDimension(filterShape, 1); in executeOperation() local 1574 calculateExplicitPadding(input_height, stride_height, filter_height, in executeOperation()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4122 * filter tensor of shape [depth_out, filter_height, filter_width, depth_group] 4191 * [depth_out, filter_height, filter_width, depth_group], specifying 4235 * [depth_out, filter_height, filter_width, depth_group], specifying 5625 * [depth_out, filter_height, filter_width, depth_in], specifying the 5670 * [depth_out, filter_height, filter_width, depth_in], specifying the
|