Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvalidators.h33 inline bool TFDataFormatIsNHWC(Operation *op) { in TFDataFormatIsNHWC() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddilated_conv.h95 if (!TFTypeIsFloat32Tensor(op.input()) || !TFDataFormatIsNHWC(op)) in matchAndRewrite()
Dprepare_tf.cc321 if (!TFDataFormatIsNHWC(op)) return failure(); in matchAndRewrite()
1038 if (!TFDataFormatIsNHWC(fused_batch_norm_op) && in matchAndRewrite()