Searched refs:kInputIndexSrc (Results 1 – 3 of 3) sorted by relevance
59 const Tensor& src_tensor = ctx->input(this->kInputIndexSrc); in Compute()65 GetMklShape(ctx, this->kInputIndexSrc, &src_mkl_shape, native_format); in Compute()
162 const Tensor& src_tensor = MklGetInput(context, this->kInputIndexSrc); in Compute()168 GetMklShape(context, this->kInputIndexSrc, &src_mkl_shape); in Compute()
501 const int kInputIndexSrc = 0; variable