Home
last modified time | relevance | path

Searched refs:kInputIndexBias (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc61 const Tensor& bias_tensor = MklGetInput(ctx, this->kInputIndexBias); in Compute()
Dmkl_qmatmul_op.cc165 const Tensor& bias_tensor = MklGetInput(context, this->kInputIndexBias); in Compute()
Dmkl_matmul_ops_common.h503 const int kInputIndexBias = 2; variable