| 706 | } |
| 707 | |
| 708 | inline 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 | |
| 714 | inline void GetMklShapeList(OpKernelContext* ctext, StringPiece name, |
| 715 | MklDnnShapeList* mkl_shapes) { |
no test coverage detected