Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc754 if (dnn_shape_src.IsTensorInNCHWFormat()) { in Compute()
1144 if (dnn_shape_src.IsTensorInNCHWFormat()) { in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h555 inline bool IsTensorInNCHWFormat() const { in IsTensorInNCHWFormat() function