Searched refs:kInputIndex_Filter (Results 1 – 3 of 3) sorted by relevance
478 const int kInputIndex_Filter = 1, kInputIndex_InputSizes = 0; member in tensorflow::MklConvCustomBackpropInputOp509 return GetTfShape(context, kInputIndex_Filter); in MakeFilterTfShape()
924 const Tensor& filter_tensor = MklGetInput(context, kInputIndex_Filter); in Compute()932 GetMklShape(context, kInputIndex_Filter, &filter_mkl_shape); in Compute()963 auto filter_tf_shape = GetTfShape(context, kInputIndex_Filter); in Compute()1299 const int kInputIndex_Src = 0, kInputIndex_Filter = 1, kInputIndex_Bias = 2; member in tensorflow::MklConvOp
605 const int kInputIndex_Filter = 1; member in tensorflow::MklConvCustomBackpropFilterOp