Searched refs:ForwardTfTensorInToOut (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_input_conversion_op.cc | 88 ForwardTfTensorInToOut(context, kInputIndex_0, kInputIndex_0); in Compute() 89 ForwardTfTensorInToOut(context, kInputIndex_1, kInputIndex_1); in Compute() 276 ForwardTfTensorInToOut(context, tf_tensor_index, tf_tensor_index); in Compute()
|
D | mkl_identity_op.cc | 45 ForwardTfTensorInToOut(context, kInputIdx, kOutputIdx); in Compute()
|
D | mkl_aggregate_ops.cc | 127 ForwardTfTensorInToOut(ctx, kSrc0Idx, kOutputIdx); in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 852 inline void ForwardTfTensorInToOut(OpKernelContext* context, int idx_in, in ForwardTfTensorInToOut() function
|