Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_lrn_op.cc130 memory::desc src_md = src_dnn_shape.GetCurLayout(); in Compute()
377 memory::desc original_output_md = orig_output_dnn_shape.GetCurLayout(); in Compute()
381 memory::desc orig_input_md = orig_input_dnn_shape.GetCurLayout(); in Compute()
483 memory::desc input_grad_md = input_grad_dnn_shape.GetCurLayout(); in ConfigureInputGradient()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h482 inline const memory::desc GetCurLayout() const { in GetCurLayout() function