Searched refs:ForwardTfTensorInToOut (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_input_conversion_op.cc | 90 ForwardTfTensorInToOut(context, kInputIndex_0, kInputIndex_0); in Compute() 91 ForwardTfTensorInToOut(context, kInputIndex_1, kInputIndex_1); in Compute() 272 ForwardTfTensorInToOut(context, tf_tensor_index, tf_tensor_index); in Compute()
|
D | mkl_identity_op.cc | 46 ForwardTfTensorInToOut(context, kInputIdx, kOutputIdx); in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1201 inline void ForwardTfTensorInToOut(OpKernelContext* context, int idx_in, in ForwardTfTensorInToOut() function 1220 inline void ForwardTfTensorInToOut(OpKernelContext* context, int idx_in, in ForwardTfTensorInToOut() function
|