Searched refs:kInputIndex_Bias (Results 1 – 1 of 1) sorted by relevance
651 conv_utl.GetBiasSizeInMklOrder(kInputIndex_Bias, &bias_dims); in Compute()729 const Tensor& bias_tensor = MklGetInput(context, kInputIndex_Bias); in Compute()961 const int kInputIndex_Src = 0, kInputIndex_Filter = 1, kInputIndex_Bias = 2; member in tensorflow::MklConvOp