Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc60 const Tensor& weight_tensor = ctx->input(this->kInputIndexWeight); in Compute()
66 GetMklShape(ctx, this->kInputIndexWeight, &weight_mkl_shape, native_format); in Compute()
Dmkl_qmatmul_op.cc164 MklGetInput(context, this->kInputIndexWeight); in Compute()
169 GetMklShape(context, this->kInputIndexWeight, &weight_mkl_shape); in Compute()
Dmkl_matmul_ops_common.h502 const int kInputIndexWeight = 1; variable