Home
last modified time | relevance | path

Searched defs: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
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc839 static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) { in GetInteriorPadding()