Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc88 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()
Dmkl_identity_op.cc45 ForwardTfTensorInToOut(context, kInputIdx, kOutputIdx); in Compute()
Dmkl_aggregate_ops.cc127 ForwardTfTensorInToOut(ctx, kSrc0Idx, kOutputIdx); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h852 inline void ForwardTfTensorInToOut(OpKernelContext* context, int idx_in, in ForwardTfTensorInToOut() function