Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h314 inline void SetMklTensor(bool is_mkl_tensor) { in SetMklTensor() argument
315 data_.is_mkl_tensor_ = is_mkl_tensor; in SetMklTensor()
593 const bool is_mkl_tensor = *reinterpret_cast<const bool*>(buf); in DeSerializeMklDnnShape() local
594 if (is_mkl_tensor) { // If it is an MKL Tensor then read the rest in DeSerializeMklDnnShape()