Home
last modified time | relevance | path

Searched defs:depth_multiplier (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp43 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/
Ddepthwiseconv_float.h32 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
Ddepthwiseconv_uint8.h35 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
/frameworks/ml/nn/common/
DCpuExecutor.cpp403 int32_t depth_multiplier; in executeOperation() local
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py464 …onv(self, filter, bias, input, padding, stride_width, stride_height, depth_multiplier, activation): argument