Home
last modified time | relevance | path

Searched refs:TFDataFormatIsNDHWC (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvalidators.h41 inline bool TFDataFormatIsNDHWC(Operation *op) { in TFDataFormatIsNDHWC() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc344 if (!TFDataFormatIsNDHWC(op)) return failure(); in matchAndRewrite()
Dprepare_tf.cc1039 !TFDataFormatIsNDHWC(fused_batch_norm_op)) in matchAndRewrite()