Searched refs:kInputIndexBias (Results 1 – 3 of 3) sorted by relevance
61 const Tensor& bias_tensor = MklGetInput(ctx, this->kInputIndexBias); in Compute()
165 const Tensor& bias_tensor = MklGetInput(context, this->kInputIndexBias); in Compute()
503 const int kInputIndexBias = 2; variable