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