Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h249 struct MklShapeData { struct
262 MklShapeData data_; argument
580 inline size_t GetSerializeBufferSize() const { return sizeof(MklShapeData); } in GetSerializeBufferSize()
585 *reinterpret_cast<MklShapeData*>(buf) = data_; in SerializeMklDnnShape()
597 data_ = *reinterpret_cast<const MklShapeData*>(buf); in DeSerializeMklDnnShape()