Searched defs:filterHeight (Results 1 – 11 of 11) sorted by relevance
39 int32_t filterHeight = 0, in CreatePooling3dTfLiteModel()153 int32_t filterHeight = 0, in Pooling3dTest()211 … int filterHeight, int filterWidth, int filterDepth, TfLitePadding padding) in CreateCustomOptions()
33 int32_t filterHeight = 0, in CreatePooling2dTfLiteModel()127 int32_t filterHeight = 0, in Pooling2dTest()
39 unsigned int filterHeight = filterShape[2]; in SerializeLayerParameters() local85 unsigned int filterHeight = filterShape[1]; in InferOutputShapes() local
40 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in SerializeLayerParameters() local87 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes() local
34 unsigned int filterHeight = filterShape[1]; in SerializeLayerParameters() local87 unsigned int filterHeight = filterShape[1]; in InferOutputShapes() local
153 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitConv2dOperator() local333 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitConv3dOperator() local536 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitDepthwiseConv2dOperator() local768 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in VisitTransposeConv2dOperator() local
399 unsigned int filterHeight = filterShape[1]; in CreateOutputTensorInfo() local
54 const unsigned int filterHeight = rFilterShape[1]; in Convolve3d() local
111 const unsigned int filterHeight = depthwise ? rFilterShape[1] : rFilterShape[heightIndex]; in Convolve() local
1243 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseConv2D() local1329 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseConv3D() local1407 unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseDepthwiseConv2D() local1645 const unsigned int filterHeight = filterTensorInfo.GetShape()[1]; in ParseTransposeConv() local
1568 filterHeight, in ComputeConvolveImage() local