Searched refs:tf_padding (Results 1 – 2 of 2) sorted by relevance
291 tflite::Padding tf_padding = tflite::Padding_VALID; in tflite_deconvolution_f32() local293 tf_padding = tflite::Padding_SAME; in tflite_deconvolution_f32()295 tf_padding = tflite::Padding_VALID; in tflite_deconvolution_f32()313 tf_padding, in tflite_deconvolution_f32()
461 static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) { in GetInteriorPadding() argument462 auto length = tf_padding.getType().getShape()[0]; in GetInteriorPadding()463 auto element_type = IntegerType::get(64, tf_padding.getContext()); in GetInteriorPadding()