Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/bench/
H A Ddeconvolution.cc292 tflite::Padding tf_padding = tflite::Padding_VALID; in tflite_deconvolution_f32() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc712 static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) { in GetInteriorPadding()