Searched defs:crop_and_resize (Results 1 – 3 of 3) sorted by relevance
22 int CropAndResizeMallocTmpBuffer(CropAndResizeStruct *crop_and_resize) { in CropAndResizeMallocTmpBuffer()65 void CropAndResizeFreeTmpBuffer(CropAndResizeStruct *crop_and_resize) { in CropAndResizeFreeTmpBuffer()85 CropAndResizeStruct *crop_and_resize = (CropAndResizeStruct *)cdata; in CropAndResizeImpl() local118 CropAndResizeStruct *crop_and_resize = (CropAndResizeStruct *)self; in CropAndResizeCompute() local161 CropAndResizeStruct *crop_and_resize = (CropAndResizeStruct *)self; in CropAndResizeResize() local179 CropAndResizeStruct *crop_and_resize = (CropAndResizeStruct *)malloc(sizeof(CropAndResizeStruct)); in CreateCropAndResize() local
183 def crop_and_resize(image, boxes, box_indices, crop_size, method="bilinear", extrapolation_value=0.… function
168 …auto crop_and_resize = gen_g.PushBack({gen_g.NewOpInst(CROP_AND_RESIZE), gen_g.virtual_input_node(… in ComputeReplaceGraph() local