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