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

Function GetMklInputList

tensorflow/core/util/mkl_util.h:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708inline void GetMklInputList(OpKernelContext* ctext, StringPiece name,
709 OpInputList* input_tensors) {
710 CHECK_NOTNULL(input_tensors);
711 TF_CHECK_OK(ctext->input_list(name, input_tensors));
712}
713
714inline void GetMklShapeList(OpKernelContext* ctext, StringPiece name,
715 MklDnnShapeList* mkl_shapes) {

Callers 2

ComputeMethod · 0.85
GetMklShapeListFunction · 0.85

Calls 1

input_listMethod · 0.45

Tested by

no test coverage detected