Home
last modified time | relevance | path

Searched refs:tf_padding (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/bench/
Ddeconvolution.cc291 tflite::Padding tf_padding = tflite::Padding_VALID; in tflite_deconvolution_f32() local
293 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()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc461 static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) { in GetInteriorPadding() argument
462 auto length = tf_padding.getType().getShape()[0]; in GetInteriorPadding()
463 auto element_type = IntegerType::get(64, tf_padding.getContext()); in GetInteriorPadding()