HomeSort by relevance Sort by last modified time
    Searched refs:GetMklInputList (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
mkl_concat_op.cc 257 GetMklInputList(context, "values", &input_tensors);
584 GetMklInputList(context, "values", &input_tensors);
    [all...]
  /external/tensorflow/tensorflow/core/util/
mkl_util.h 746 inline void GetMklInputList(OpKernelContext* ctext, StringPiece name,
757 GetMklInputList(ctext, strings::StrCat("mkl_", name), &input_mkl_tensors);
771 GetMklInputList(ctext, strings::StrCat("mkl_", name), &input_mkl_tensors);
    [all...]

Completed in 101 milliseconds