Home
last modified time | relevance | path

Searched refs:cropamounts (Results 1 – 3 of 3) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/execution/
H A DCoreMLRaster.cpp181 layer->crop->cropamounts = mCoreMLBackend->create<CoreML__Specification__BorderAmounts>(); in buildCrop()
183 layer->crop->cropamounts->n_borderamounts = 2; in buildCrop()
184 …layer->crop->cropamounts->borderamounts = mCoreMLBackend->create<CoreML__Specification__BorderAmou… in buildCrop()
185 …layer->crop->cropamounts->borderamounts[0] = mCoreMLBackend->create<CoreML__Specification__BorderA… in buildCrop()
186 …core_ml__specification__border_amounts__edge_sizes__init(layer->crop->cropamounts->borderamounts[0… in buildCrop()
187 layer->crop->cropamounts->borderamounts[0]->startedgesize = top; in buildCrop()
188 layer->crop->cropamounts->borderamounts[0]->endedgesize = bottom; in buildCrop()
189 …layer->crop->cropamounts->borderamounts[1] = mCoreMLBackend->create<CoreML__Specification__BorderA… in buildCrop()
190 …core_ml__specification__border_amounts__edge_sizes__init(layer->crop->cropamounts->borderamounts[1… in buildCrop()
191 layer->crop->cropamounts->borderamounts[1]->startedgesize = left; in buildCrop()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/include/
H A DNeuralNetwork.pb-c.h3816 CoreML__Specification__BorderAmounts *cropamounts; member
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/src/
H A DNeuralNetwork.pb-c.c16388 offsetof(CoreML__Specification__CropLayerParams, cropamounts),