Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h438 } MklShapeData; typedef
439 MklShapeData data_;
759 inline size_t GetSerializeBufferSize() const { return sizeof(MklShapeData); } in GetSerializeBufferSize()
764 *reinterpret_cast<MklShapeData*>(buf) = data_; in SerializeMklDnnShape()
776 data_ = *reinterpret_cast<const MklShapeData*>(buf); in DeSerializeMklDnnShape()