Home
last modified time | relevance | path

Searched defs:filterShape (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp38 const float* filterData, const Shape& filterShape, in depthwiseConvFloat32()
66 const uint8_t* filterData, const Shape& filterShape, in depthwiseConvQuant8()
DConv2D.cpp80 const float* filterData, const Shape& filterShape, in convFloat32()
108 const uint8_t* filterData, const Shape& filterShape, in convQuant8()
/frameworks/ml/nn/common/
DCpuExecutor.cpp491 Shape filterShape = filter.shape(); in executeOperation() local
578 Shape filterShape = filter.shape(); in executeOperation() local
DOperationsUtils.cpp111 const Shape& filterShape, in GetQuantizedConvolutionMultipler()