Home
last modified time | relevance | path

Searched refs:input_mkl_tensors (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h710 OpInputList input_mkl_tensors; in GetMklShapeList() local
711 GetMklInputList(ctext, strings::StrCat("mkl_", name), &input_mkl_tensors); in GetMklShapeList()
713 for (int i = 0; i < input_mkl_tensors.size(); i++) { in GetMklShapeList()
715 input_mkl_tensors[i].flat<uint8>().data(), in GetMklShapeList()
716 input_mkl_tensors[i].flat<uint8>().size() * sizeof(uint8)); in GetMklShapeList()