Home
last modified time | relevance | path

Searched refs:kInputIndexSrc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc59 const Tensor& src_tensor = ctx->input(this->kInputIndexSrc); in Compute()
65 GetMklShape(ctx, this->kInputIndexSrc, &src_mkl_shape, native_format); in Compute()
Dmkl_qmatmul_op.cc162 const Tensor& src_tensor = MklGetInput(context, this->kInputIndexSrc); in Compute()
168 GetMklShape(context, this->kInputIndexSrc, &src_mkl_shape); in Compute()
Dmkl_matmul_ops_common.h501 const int kInputIndexSrc = 0; variable