Searched defs:depth_multiplier (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 43 int32_t depth_multiplier, int32_t activation, in depthwiseConvFloat32() 70 int32_t depth_multiplier, int32_t activation, in depthwiseConvQuant8()
|
/frameworks/ml/nn/common/operations/internal/reference/ |
D | depthwiseconv_float.h | 32 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
|
D | depthwiseconv_uint8.h | 35 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 403 int32_t depth_multiplier; in executeOperation() local
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 464 …onv(self, filter, bias, input, padding, stride_width, stride_height, depth_multiplier, activation): argument
|