Searched refs:kInputIndex_Filter (Results 1 – 1 of 1) sorted by relevance
501 const Tensor& filter_tensor = MklGetInput(context, kInputIndex_Filter); in Compute()504 GetMklShape(context, kInputIndex_Filter, &filter_mkl_shape, in Compute()539 GetTfShape(context, kInputIndex_Filter, native_format); in Compute()961 const int kInputIndex_Src = 0, kInputIndex_Filter = 1, kInputIndex_Bias = 2; member in tensorflow::MklConvOp