Home
last modified time | relevance | path

Searched refs:GetTfLayout (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_tfconv_op.h95 auto output_tf_md = input_shape.GetTfLayout(); in ConvertMklToTf()
Dmkl_reshape_op.cc157 auto output_tf_md = mkl_shape_input.GetTfLayout(); in Compute()
Dmkl_input_conversion_op.cc242 auto input_tf_md = mkl_output_mkl_shape.GetTfLayout(); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h461 inline const memory::desc GetTfLayout() const { in GetTfLayout() function
483 return IsMklTensor() ? GetMklLayout() : GetTfLayout(); in GetCurLayout()
644 auto output_tf_md = input_mkl_shape.GetTfLayout(); in ConvertMklToTF()