Searched refs:kInputIndex_Src (Results 1 – 1 of 1) sorted by relevance
500 const Tensor& src_tensor = MklGetInput(context, kInputIndex_Src); in Compute()503 GetMklShape(context, kInputIndex_Src, &src_mkl_shape, native_format); in Compute()537 auto src_tf_shape = GetTfShape(context, kInputIndex_Src, native_format); in Compute()961 const int kInputIndex_Src = 0, kInputIndex_Filter = 1, kInputIndex_Bias = 2; member in tensorflow::MklConvOp