| 423 | inline const memory::data_type GetElemType() { return data_.T_; } |
| 424 | |
| 425 | inline void SetMklLayout(memory::desc* md) { |
| 426 | CHECK_NOTNULL(md); |
| 427 | data_.mkl_md_ = md->data; |
| 428 | } |
| 429 | |
| 430 | inline const memory::desc GetMklLayout() const { |
| 431 | return memory::desc(data_.mkl_md_); |
no outgoing calls
no test coverage detected