Searched refs:GetMlirOpName (Results 1 – 2 of 2) sorted by relevance
33 static std::string GetMlirOpName(HloOpcode opcode) { in GetMlirOpName() function425 return CreateOp(GetMlirOpName(binop), shape, {lhs, rhs}); in BinaryOpNoBroadcast()431 return CreateOp(GetMlirOpName(opcode), shape, in AddOpWithShape()
290 StatusOr<std::string> GetMlirOpName(const tflite::OperatorT& op, in GetMlirOpName() function646 TF_ASSIGN_OR_RETURN(const std::string op_name, GetMlirOpName(op, op_code)); in ConvertOp()