Searched refs:IsMklElementWiseOp (Results 1 – 2 of 2) sorted by relevance
106 inline bool IsMklElementWiseOp(const string& op_name, DataType T) const { in IsMklElementWiseOp() function in tensorflow::MklToTfConversionPass107 return mkl_op_registry::IsMklElementWiseOp(op_name, T); in IsMklElementWiseOp()384 if (IsMklElementWiseOp(n->type_string(), datatype)) { in RunPass()
316 static inline bool IsMklElementWiseOp(const string& op_name, DataType T) { in IsMklElementWiseOp() function