Searched refs:is_mkl_tensor (Results 1 – 1 of 1) sorted by relevance
314 inline void SetMklTensor(bool is_mkl_tensor) { in SetMklTensor() argument315 data_.is_mkl_tensor_ = is_mkl_tensor; in SetMklTensor()593 const bool is_mkl_tensor = *reinterpret_cast<const bool*>(buf); in DeSerializeMklDnnShape() local594 if (is_mkl_tensor) { // If it is an MKL Tensor then read the rest in DeSerializeMklDnnShape()