Searched refs:ForwardMklTensorInToOut (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_input_conversion_op.cc | 114 ForwardMklTensorInToOut(context, kInputIndex_0, kInputIndex_0); in Compute() 115 ForwardMklTensorInToOut(context, kInputIndex_1, kInputIndex_1); in Compute() 153 ForwardMklTensorInToOut(context, kInputIndex_1, kInputIndex_1); in Compute() 260 ForwardMklTensorInToOut(context, mkl_tensor_index, mkl_tensor_index); in Compute()
|
D | mkl_identity_op.cc | 44 ForwardMklTensorInToOut(context, kInputIdx, kOutputIdx); in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1239 inline void ForwardMklTensorInToOut(OpKernelContext* context, int idx_in, in ForwardMklTensorInToOut() function
|