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

Method GetUsrMemDesc

tensorflow/core/util/mkl_util.h:1376–1379  ·  view source on GitHub ↗

Get function for descriptor of user memory.

Source from the content-addressed store, hash-verified

1374
1375 /// Get function for descriptor of user memory.
1376 inline memory::desc GetUsrMemDesc() const {
1377 DCHECK(user_memory_);
1378 return user_memory_->get_desc();
1379 }
1380
1381 /// Get function for data buffer of user memory primitive.
1382 inline void* GetUsrMemDataHandle() const {

Callers 2

ComputeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64