MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetMklLayout

Method SetMklLayout

tensorflow/core/util/mkl_util.h:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_);

Callers 15

AllocateOutputTensorMethod · 0.80
AllocateOutputTensorMethod · 0.80
AllocateOutputTensorMethod · 0.80
AllocateOutputTensorMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
AllocateOutputTensorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected