Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h948 MklDnnShape non_mkl_shape; in GetMklMetaTensor() local
949 non_mkl_shape.SetMklTensor(false); in GetMklMetaTensor()
951 auto size = static_cast<int64>(non_mkl_shape.GetSerializeBufferSize()); in GetMklMetaTensor()
954 non_mkl_shape.SerializeMklDnnShape(tensor.flat<uint8>().data(), in GetMklMetaTensor()